Html Css Color HEX #A85901 Golden Brown

📋 copy color: '#A85901'

red 168 ◦ green 89 ◦ blue 1

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

Shades of Golden Brown #A85901

Tints of Golden Brown #A85901

RGB

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

 GREEN value IS 89 (35.16% from 255) = 34.5%

 BLUE value IS 1 (0.78% from 255) = 0.39%

R = 65.12%
G = 34.5%
B = 0.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.99

 K value IS 0.34

RGB Variations

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

Color information

#A85901 (or 0xA85901) is known color: Golden Brown. HEX triplet: A8, 59 and 01. RGB value is (168,89,1). Sum of RGB (Red+Green+Blue) = 168+89+1=258 (34% of max value = 765). Red value is 168 (66.02% from 255 or 65.12% from 258); Green value is 89 (35.16% from 255 or 34.50% from 258); Blue value is 1 (0.78% from 255 or 0.39% from 258); Max value from RGB is 168 - color contains mainly: red. Hex color #A85901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85901 is #57A6FE. Grayscale: #676767. Windows color (decimal): -5744383 or 88488. OLE color: 88488.

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

Color convert

RGB 168 89 1 -
CMYK 0 0.47 0.99 0.34
HSL 31.62º 0.99% 0.33% -
HSV(B) 31.62º 0.99% 0.66% -
XYZ 19.73 15.47 1.98 -
YUV 102.59 70.67 174.66 -
System Red Green Blue C M Y K H S L
Decimal 168 89 1 0 0.47 0.99 0.34 31.62 0.99 0.33
Hex A8 59 1 0 2F 63 22 20 63 21
Octal 250 131 1 0 57 143 42 40 143 41
Binary 10101000 1011001 1 0 101111 1100011 100010 100000 1100011 100001

Color Harmonies of #A85901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85901

Black with #A85901

Text Example


Text Example

White with #A85901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85901; }

 p { color: rgb(168,89,1); }

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

background-color css

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

 a { background-color: rgb(168,89,1); }

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

border-color css

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

 span { border-color: rgb(168,89,1); }

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