Html Css Color HEX #A85700 Golden Brown

📋 copy color: '#A85700'

red 168 ◦ green 87 ◦ blue 0

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

Shades of Golden Brown #A85700

Tints of Golden Brown #A85700

RGB

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

 GREEN value IS 87 (34.38% from 255) = 34.12%

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

R = 65.88%
G = 34.12%
B = 0%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A85700 (or 0xA85700) is known color: Golden Brown. HEX triplet: A8, 57 and 00. RGB value is (168,87,0). Sum of RGB (Red+Green+Blue) = 168+87+0=255 (33% of max value = 765). Red value is 168 (66.02% from 255 or 65.88% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 0 (0.39% from 255 or 0% from 255); Max value from RGB is 168 - color contains mainly: red. Hex color #A85700 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85700 is #57A8FF. Grayscale: #656565. Windows color (decimal): -5744896 or 22440. OLE color: 22440.

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

Color convert

RGB 168 87 0 -
CMYK 0 0.48 1 0.34
HSL 31.07º 1% 0.33% -
HSV(B) 31.07º 1% 0.66% -
XYZ 19.56 15.14 1.89 -
YUV 101.3 70.84 175.57 -
System Red Green Blue C M Y K H S L
Decimal 168 87 0 0 0.48 1 0.34 31.07 1 0.33
Hex A8 57 0 0 30 64 22 1F 64 21
Octal 250 127 0 0 60 144 42 37 144 41
Binary 10101000 1010111 0 0 110000 1100100 100010 11111 1100100 100001

Color Harmonies of #A85700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85700

Black with #A85700

Text Example


Text Example

White with #A85700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85700; }

 p { color: rgb(168,87,0); }

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

background-color css

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

 a { background-color: rgb(168,87,0); }

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

border-color css

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

 span { border-color: rgb(168,87,0); }

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