Html Css Color HEX #A55B06 Golden Brown

📋 copy color: '#A55B06'

red 165 ◦ green 91 ◦ blue 6

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

Shades of Golden Brown #A55B06

Tints of Golden Brown #A55B06

RGB

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

 GREEN value IS 91 (35.94% from 255) = 34.73%

 BLUE value IS 6 (2.73% from 255) = 2.29%

R = 62.98%
G = 34.73%
B = 2.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.96

 K value IS 0.35

RGB Variations

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

Color information

#A55B06 (or 0xA55B06) is known color: Golden Brown. HEX triplet: A5, 5B and 06. RGB value is (165,91,6). Sum of RGB (Red+Green+Blue) = 165+91+6=262 (34% of max value = 765). Red value is 165 (64.84% from 255 or 62.98% from 262); Green value is 91 (35.94% from 255 or 34.73% from 262); Blue value is 6 (2.73% from 255 or 2.29% from 262); Max value from RGB is 165 - color contains mainly: red. Hex color #A55B06 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55B06 is #5AA4F9. Grayscale: #676767. Windows color (decimal): -5940474 or 416677. OLE color: 416677.

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

Color convert

RGB 165 91 6 -
CMYK 0 0.45 0.96 0.35
HSL 32.08º 0.93% 0.34% -
HSV(B) 32.08º 0.96% 0.65% -
XYZ 19.29 15.49 2.15 -
YUV 103.44 73.02 171.91 -
System Red Green Blue C M Y K H S L
Decimal 165 91 6 0 0.45 0.96 0.35 32.08 0.93 0.34
Hex A5 5B 6 0 2D 60 23 20 5D 22
Octal 245 133 6 0 55 140 43 40 135 42
Binary 10100101 1011011 110 0 101101 1100000 100011 100000 1011101 100010

Color Harmonies of #A55B06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55B06

Black with #A55B06

Text Example


Text Example

White with #A55B06

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55B06; }

 p { color: rgb(165,91,6); }

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

background-color css

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

 a { background-color: rgb(165,91,6); }

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

border-color css

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

 span { border-color: rgb(165,91,6); }

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