Html Css Color HEX #A85600 Golden Brown

📋 copy color: '#A85600'

red 168 ◦ green 86 ◦ blue 0

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

Shades of Golden Brown #A85600

Tints of Golden Brown #A85600

RGB

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

 GREEN value IS 86 (33.98% from 255) = 33.86%

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

R = 66.14%
G = 33.86%
B = 0%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 1

 K value IS 0.34

RGB Variations

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

Color information

#A85600 (or 0xA85600) is known color: Golden Brown. HEX triplet: A8, 56 and 00. RGB value is (168,86,0). Sum of RGB (Red+Green+Blue) = 168+86+0=254 (33% of max value = 765). Red value is 168 (66.02% from 255 or 66.14% from 254); Green value is 86 (33.98% from 255 or 33.86% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 168 - color contains mainly: red. Hex color #A85600 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85600 is #57A9FF. Grayscale: #656565. Windows color (decimal): -5745152 or 22184. OLE color: 22184.

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

Color convert

RGB 168 86 0 -
CMYK 0 0.49 1 0.34
HSL 30.71º 1% 0.33% -
HSV(B) 30.71º 1% 0.66% -
XYZ 19.48 14.98 1.86 -
YUV 100.71 71.17 175.99 -
System Red Green Blue C M Y K H S L
Decimal 168 86 0 0 0.49 1 0.34 30.71 1 0.33
Hex A8 56 0 0 31 64 22 1F 64 21
Octal 250 126 0 0 61 144 42 37 144 41
Binary 10101000 1010110 0 0 110001 1100100 100010 11111 1100100 100001

Color Harmonies of #A85600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85600

Black with #A85600

Text Example


Text Example

White with #A85600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85600; }

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

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

background-color css

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

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

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

border-color css

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

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

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