Html Css Color HEX #A85805 Golden Brown

📋 copy color: '#A85805'

red 168 ◦ green 88 ◦ blue 5

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

Shades of Golden Brown #A85805

Tints of Golden Brown #A85805

RGB

 RED value IS 168 (66.02% from 255) = 64.37%

 GREEN value IS 88 (34.77% from 255) = 33.72%

 BLUE value IS 5 (2.34% from 255) = 1.92%

R = 64.37%
G = 33.72%
B = 1.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A85805 (or 0xA85805) is known color: Golden Brown. HEX triplet: A8, 58 and 05. RGB value is (168,88,5). Sum of RGB (Red+Green+Blue) = 168+88+5=261 (34% of max value = 765). Red value is 168 (66.02% from 255 or 64.37% from 261); Green value is 88 (34.77% from 255 or 33.72% from 261); Blue value is 5 (2.34% from 255 or 1.92% from 261); Max value from RGB is 168 - color contains mainly: red. Hex color #A85805 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85805 is #57A7FA. Grayscale: #666666. Windows color (decimal): -5744635 or 350376. OLE color: 350376.

HSL color Cylindrical-coordinate representation of color #A85805: hue angle of 30.55º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A85805 is Cyan = 0, Magento = 0.48, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 88 5 -
CMYK 0 0.48 0.97 0.34
HSL 30.55º 0.94% 0.34% -
HSV(B) 30.55º 0.97% 0.66% -
XYZ 19.67 15.32 2.06 -
YUV 102.46 73 174.75 -
System Red Green Blue C M Y K H S L
Decimal 168 88 5 0 0.48 0.97 0.34 30.55 0.94 0.34
Hex A8 58 5 0 30 61 22 1F 5E 22
Octal 250 130 5 0 60 141 42 37 136 42
Binary 10101000 1011000 101 0 110000 1100001 100010 11111 1011110 100010

Color Harmonies of #A85805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85805

Black with #A85805

Text Example


Text Example

White with #A85805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85805; }

 p { color: rgb(168,88,5); }

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

background-color css

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

 a { background-color: rgb(168,88,5); }

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

border-color css

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

 span { border-color: rgb(168,88,5); }

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