Html Css Color HEX #A55600 Golden Brown

📋 copy color: '#A55600'

red 165 ◦ green 86 ◦ blue 0

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

Shades of Golden Brown #A55600

Tints of Golden Brown #A55600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 34.26%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 65.74%
G = 34.26%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.35

RGB Variations

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

Color information

#A55600 (or 0xA55600) is known color: Golden Brown. HEX triplet: A5, 56 and 00. RGB value is (165,86,0). Sum of RGB (Red+Green+Blue) = 165+86+0=251 (33% of max value = 765). Red value is 165 (64.84% from 255 or 65.74% from 251); Green value is 86 (33.98% from 255 or 34.26% from 251); Blue value is 0 (0.39% from 255 or 0% from 251); Max value from RGB is 165 - color contains mainly: red. Hex color #A55600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A55600 is #5AA9FF. Grayscale: #646464. Windows color (decimal): -5941760 or 22181. OLE color: 22181.

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

Color convert

RGB 165 86 0 -
CMYK 0 0.48 1 0.35
HSL 31.27º 1% 0.32% -
HSV(B) 31.27º 1% 0.65% -
XYZ 18.84 14.65 1.84 -
YUV 99.82 71.67 174.49 -
System Red Green Blue C M Y K H S L
Decimal 165 86 0 0 0.48 1 0.35 31.27 1 0.32
Hex A5 56 0 0 30 64 23 1F 64 20
Octal 245 126 0 0 60 144 43 37 144 40
Binary 10100101 1010110 0 0 110000 1100100 100011 11111 1100100 100000

Color Harmonies of #A55600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A55600

Black with #A55600

Text Example


Text Example

White with #A55600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A55600; }

 p { color: rgb(165,86,0); }

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

background-color css

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

 a { background-color: rgb(165,86,0); }

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

border-color css

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

 span { border-color: rgb(165,86,0); }

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