Html Css Color HEX #A85C05 Golden Brown

📋 copy color: '#A85C05'

red 168 ◦ green 92 ◦ blue 5

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

Shades of Golden Brown #A85C05

Tints of Golden Brown #A85C05

RGB

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

 GREEN value IS 92 (36.33% from 255) = 34.72%

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

R = 63.4%
G = 34.72%
B = 1.89%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.97

 K value IS 0.34

RGB Variations

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

Color information

#A85C05 (or 0xA85C05) is known color: Golden Brown. HEX triplet: A8, 5C and 05. RGB value is (168,92,5). Sum of RGB (Red+Green+Blue) = 168+92+5=265 (35% of max value = 765). Red value is 168 (66.02% from 255 or 63.40% from 265); Green value is 92 (36.33% from 255 or 34.72% from 265); Blue value is 5 (2.34% from 255 or 1.89% from 265); Max value from RGB is 168 - color contains mainly: red. Hex color #A85C05 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85C05 is #57A3FA. Grayscale: #696969. Windows color (decimal): -5743611 or 351400. OLE color: 351400.

HSL color Cylindrical-coordinate representation of color #A85C05: hue angle of 32.02º 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 #A85C05 is Cyan = 0, Magento = 0.45, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 92 5 -
CMYK 0 0.45 0.97 0.34
HSL 32.02º 0.94% 0.34% -
HSV(B) 32.02º 0.97% 0.66% -
XYZ 20 15.99 2.18 -
YUV 104.81 71.68 173.07 -
System Red Green Blue C M Y K H S L
Decimal 168 92 5 0 0.45 0.97 0.34 32.02 0.94 0.34
Hex A8 5C 5 0 2D 61 22 20 5E 22
Octal 250 134 5 0 55 141 42 40 136 42
Binary 10101000 1011100 101 0 101101 1100001 100010 100000 1011110 100010

Color Harmonies of #A85C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85C05

Black with #A85C05

Text Example


Text Example

White with #A85C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85C05; }

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

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

background-color css

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

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

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

border-color css

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

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

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