Html Css Color HEX #A5520C Golden Brown

📋 copy color: '#A5520C'

red 165 ◦ green 82 ◦ blue 12

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

Shades of Golden Brown #A5520C

Tints of Golden Brown #A5520C

RGB

 RED value IS 165 (64.84% from 255) = 63.71%

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

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

R = 63.71%
G = 31.66%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.93

 K value IS 0.35

RGB Variations

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

Color information

#A5520C (or 0xA5520C) is known color: Golden Brown. HEX triplet: A5, 52 and 0C. RGB value is (165,82,12). Sum of RGB (Red+Green+Blue) = 165+82+12=259 (34% of max value = 765). Red value is 165 (64.84% from 255 or 63.71% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 12 (5.08% from 255 or 4.63% from 259); Max value from RGB is 165 - color contains mainly: red. Hex color #A5520C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A5520C is #5AADF3. Grayscale: #636363. Windows color (decimal): -5942772 or 807589. OLE color: 807589.

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

Color convert

RGB 165 82 12 -
CMYK 0 0.50 0.93 0.35
HSL 27.45º 0.86% 0.35% -
HSV(B) 27.45º 0.93% 0.65% -
XYZ 18.6 14.06 2.08 -
YUV 98.84 79 175.19 -
System Red Green Blue C M Y K H S L
Decimal 165 82 12 0 0.50 0.93 0.35 27.45 0.86 0.35
Hex A5 52 C 0 32 5D 23 1B 56 23
Octal 245 122 14 0 62 135 43 33 126 43
Binary 10100101 1010010 1100 0 110010 1011101 100011 11011 1010110 100011

Color Harmonies of #A5520C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5520C

Black with #A5520C

Text Example


Text Example

White with #A5520C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5520C; }

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

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

background-color css

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

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

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

border-color css

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

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

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