Html Css Color HEX #A56808 Golden Brown

📋 copy color: '#A56808'

red 165 ◦ green 104 ◦ blue 8

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

Shades of Golden Brown #A56808

Tints of Golden Brown #A56808

RGB

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

 GREEN value IS 104 (41.02% from 255) = 37.55%

 BLUE value IS 8 (3.52% from 255) = 2.89%

R = 59.57%
G = 37.55%
B = 2.89%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.95

 K value IS 0.35

RGB Variations

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

Color information

#A56808 (or 0xA56808) is known color: Golden Brown. HEX triplet: A5, 68 and 08. RGB value is (165,104,8). Sum of RGB (Red+Green+Blue) = 165+104+8=277 (36% of max value = 765). Red value is 165 (64.84% from 255 or 59.57% from 277); Green value is 104 (41.02% from 255 or 37.55% from 277); Blue value is 8 (3.52% from 255 or 2.89% from 277); Max value from RGB is 165 - color contains mainly: red. Hex color #A56808 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A56808 is #5A97F7. Grayscale: #6F6F6F. Windows color (decimal): -5937144 or 551077. OLE color: 551077.

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

Color convert

RGB 165 104 8 -
CMYK 0 0.37 0.95 0.35
HSL 36.69º 0.91% 0.34% -
HSV(B) 36.69º 0.95% 0.65% -
XYZ 20.51 17.92 2.61 -
YUV 111.3 69.71 166.31 -
System Red Green Blue C M Y K H S L
Decimal 165 104 8 0 0.37 0.95 0.35 36.69 0.91 0.34
Hex A5 68 8 0 25 5F 23 25 5B 22
Octal 245 150 10 0 45 137 43 45 133 42
Binary 10100101 1101000 1000 0 100101 1011111 100011 100101 1011011 100010

Color Harmonies of #A56808

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A56808

Black with #A56808

Text Example


Text Example

White with #A56808

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A56808; }

 p { color: rgb(165,104,8); }

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

background-color css

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

 a { background-color: rgb(165,104,8); }

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

border-color css

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

 span { border-color: rgb(165,104,8); }

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