Html Css Color HEX #A55F16 Golden Brown

📋 copy color: '#A55F16'

red 165 ◦ green 95 ◦ blue 22

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

Shades of Golden Brown #A55F16

Tints of Golden Brown #A55F16

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.69%

 BLUE value IS 22 (8.98% from 255) = 7.8%

R = 58.51%
G = 33.69%
B = 7.8%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.35

RGB Variations

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

Color information

#A55F16 (or 0xA55F16) is known color: Golden Brown. HEX triplet: A5, 5F and 16. RGB value is (165,95,22). Sum of RGB (Red+Green+Blue) = 165+95+22=282 (37% of max value = 765). Red value is 165 (64.84% from 255 or 58.51% from 282); Green value is 95 (37.5% from 255 or 33.69% from 282); Blue value is 22 (8.98% from 255 or 7.80% from 282); Max value from RGB is 165 - color contains mainly: red. Hex color #A55F16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55F16 is #5AA0E9. Grayscale: #6B6B6B. Windows color (decimal): -5939434 or 1466277. OLE color: 1466277.

HSL color Cylindrical-coordinate representation of color #A55F16: hue angle of 30.63º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #A55F16 is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 95 22 -
CMYK 0 0.42 0.87 0.35
HSL 30.63º 0.76% 0.37% -
HSV(B) 30.63º 0.87% 0.65% -
XYZ 19.75 16.24 2.85 -
YUV 107.61 79.69 168.94 -
System Red Green Blue C M Y K H S L
Decimal 165 95 22 0 0.42 0.87 0.35 30.63 0.76 0.37
Hex A5 5F 16 0 2A 57 23 1F 4C 25
Octal 245 137 26 0 52 127 43 37 114 45
Binary 10100101 1011111 10110 0 101010 1010111 100011 11111 1001100 100101

Color Harmonies of #A55F16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55F16

Black with #A55F16

Text Example


Text Example

White with #A55F16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55F16; }

 p { color: rgb(165,95,22); }

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

background-color css

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

 a { background-color: rgb(165,95,22); }

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

border-color css

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

 span { border-color: rgb(165,95,22); }

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