Html Css Color HEX #A85E11 Golden Brown

📋 copy color: '#A85E11'

red 168 ◦ green 94 ◦ blue 17

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

Shades of Golden Brown #A85E11

Tints of Golden Brown #A85E11

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.69%

 BLUE value IS 17 (7.03% from 255) = 6.09%

R = 60.22%
G = 33.69%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A85E11 (or 0xA85E11) is known color: Golden Brown. HEX triplet: A8, 5E and 11. RGB value is (168,94,17). Sum of RGB (Red+Green+Blue) = 168+94+17=279 (36% of max value = 765). Red value is 168 (66.02% from 255 or 60.22% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 17 (7.03% from 255 or 6.09% from 279); Max value from RGB is 168 - color contains mainly: red. Hex color #A85E11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85E11 is #57A1EE. Grayscale: #6B6B6B. Windows color (decimal): -5743087 or 1138344. OLE color: 1138344.

HSL color Cylindrical-coordinate representation of color #A85E11: hue angle of 30.6º degrees, saturation: 0.82, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A85E11 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 94 17 -
CMYK 0 0.44 0.90 0.34
HSL 30.6º 0.82% 0.36% -
HSV(B) 30.6º 0.9% 0.66% -
XYZ 20.25 16.37 2.62 -
YUV 107.35 77.02 171.26 -
System Red Green Blue C M Y K H S L
Decimal 168 94 17 0 0.44 0.90 0.34 30.6 0.82 0.36
Hex A8 5E 11 0 2C 5A 22 1F 52 24
Octal 250 136 21 0 54 132 42 37 122 44
Binary 10101000 1011110 10001 0 101100 1011010 100010 11111 1010010 100100

Color Harmonies of #A85E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85E11

Black with #A85E11

Text Example


Text Example

White with #A85E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85E11; }

 p { color: rgb(168,94,17); }

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

background-color css

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

 a { background-color: rgb(168,94,17); }

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

border-color css

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

 span { border-color: rgb(168,94,17); }

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