Html Css Color HEX #A4721A Golden Brown

📋 copy color: '#A4721A'

red 164 ◦ green 114 ◦ blue 26

#A4721A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Golden Brown #A4721A

Tints of Golden Brown #A4721A

RGB

 RED value IS 164 (64.45% from 255) = 53.95%

 GREEN value IS 114 (44.92% from 255) = 37.5%

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 53.95%
G = 37.5%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.84

 K value IS 0.36

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#A4721A (or 0xA4721A) is known color: Golden Brown. HEX triplet: A4, 72 and 1A. RGB value is (164,114,26). Sum of RGB (Red+Green+Blue) = 164+114+26=304 (40% of max value = 765). Red value is 164 (64.45% from 255 or 53.95% from 304); Green value is 114 (44.92% from 255 or 37.5% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 164 - color contains mainly: red. Hex color #A4721A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A4721A is #5B8DE5. Grayscale: #777777. Windows color (decimal): -6000102 or 1733284. OLE color: 1733284.

HSL color Cylindrical-coordinate representation of color #A4721A: hue angle of 38.26º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A4721A is Cyan = 0, Magento = 0.30, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 114 26 -
CMYK 0 0.30 0.84 0.36
HSL 38.26º 0.73% 0.37% -
HSV(B) 38.26º 0.84% 0.64% -
XYZ 21.51 20 3.7 -
YUV 118.92 75.57 160.16 -
System Red Green Blue C M Y K H S L
Decimal 164 114 26 0 0.30 0.84 0.36 38.26 0.73 0.37
Hex A4 72 1A 0 1E 54 24 26 49 25
Octal 244 162 32 0 36 124 44 46 111 45
Binary 10100100 1110010 11010 0 11110 1010100 100100 100110 1001001 100101

Color Harmonies of #A4721A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4721A

Black with #A4721A

Text Example


Text Example

White with #A4721A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4721A; }

 p { color: rgb(164,114,26); }

 H1.HeaderClassName
 {
   color: #A4721A;
 }
 .AnyTagClassName
 {
   color: #A4721A;
 }
</style>

background-color css

<style>
 a { background-color: #A4721A; }

 a { background-color: rgb(164,114,26); }

 div.DivClassName
 {
   background-color: #A4721A;
 }
 .BgClassName
 {
   background-color: #A4721A;
 }
</style>

border-color css

<style>
 span { border-color: #A4721A; }

 span { border-color: rgb(164,114,26); }

 td.TdClassName
 {
   border-color: #A4721A;
 }
 .TagClassName
 {
   border-color: #A4721A;
 }
</style>