Html Css Color HEX #A4520C Golden Brown

📋 copy color: '#A4520C'

red 164 ◦ green 82 ◦ blue 12

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

Shades of Golden Brown #A4520C

Tints of Golden Brown #A4520C

RGB

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

 GREEN value IS 82 (32.42% from 255) = 31.78%

 BLUE value IS 12 (5.08% from 255) = 4.65%

R = 63.57%
G = 31.78%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#A4520C (or 0xA4520C) is known color: Golden Brown. HEX triplet: A4, 52 and 0C. RGB value is (164,82,12). Sum of RGB (Red+Green+Blue) = 164+82+12=258 (34% of max value = 765). Red value is 164 (64.45% from 255 or 63.57% from 258); Green value is 82 (32.42% from 255 or 31.78% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 164 - color contains mainly: red. Hex color #A4520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A4520C is #5BADF3. Grayscale: #626262. Windows color (decimal): -6008308 or 807588. OLE color: 807588.

HSL color Cylindrical-coordinate representation of color #A4520C: hue angle of 27.63º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A4520C is Cyan = 0, Magento = 0.5, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 82 12 -
CMYK 0 0.5 0.93 0.36
HSL 27.63º 0.86% 0.35% -
HSV(B) 27.63º 0.93% 0.64% -
XYZ 18.39 13.95 2.07 -
YUV 98.54 79.17 174.69 -
System Red Green Blue C M Y K H S L
Decimal 164 82 12 0 0.5 0.93 0.36 27.63 0.86 0.35
Hex A4 52 C 0 32 5D 24 1C 56 23
Octal 244 122 14 0 62 135 44 34 126 43
Binary 10100100 1010010 1100 0 110010 1011101 100100 11100 1010110 100011

Color Harmonies of #A4520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A4520C

Black with #A4520C

Text Example


Text Example

White with #A4520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A4520C; }

 p { color: rgb(164,82,12); }

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

background-color css

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

 a { background-color: rgb(164,82,12); }

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

border-color css

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

 span { border-color: rgb(164,82,12); }

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