Html Css Color HEX #A55712 Golden Brown

📋 copy color: '#A55712'

red 165 ◦ green 87 ◦ blue 18

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

Shades of Golden Brown #A55712

Tints of Golden Brown #A55712

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.22%

 BLUE value IS 18 (7.42% from 255) = 6.67%

R = 61.11%
G = 32.22%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A55712 (or 0xA55712) is known color: Golden Brown. HEX triplet: A5, 57 and 12. RGB value is (165,87,18). Sum of RGB (Red+Green+Blue) = 165+87+18=270 (35% of max value = 765). Red value is 165 (64.84% from 255 or 61.11% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 165 - color contains mainly: red. Hex color #A55712 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55712 is #5AA8ED. Grayscale: #666666. Windows color (decimal): -5941486 or 1202085. OLE color: 1202085.

HSL color Cylindrical-coordinate representation of color #A55712: hue angle of 28.16º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A55712 is Cyan = 0, Magento = 0.47, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 87 18 -
CMYK 0 0.47 0.89 0.35
HSL 28.16º 0.8% 0.36% -
HSV(B) 28.16º 0.89% 0.65% -
XYZ 19.03 14.86 2.44 -
YUV 102.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 165 87 18 0 0.47 0.89 0.35 28.16 0.8 0.36
Hex A5 57 12 0 2F 59 23 1C 50 24
Octal 245 127 22 0 57 131 43 34 120 44
Binary 10100101 1010111 10010 0 101111 1011001 100011 11100 1010000 100100

Color Harmonies of #A55712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55712

Black with #A55712

Text Example


Text Example

White with #A55712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55712; }

 p { color: rgb(165,87,18); }

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

background-color css

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

 a { background-color: rgb(165,87,18); }

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

border-color css

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

 span { border-color: rgb(165,87,18); }

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