Html Css Color HEX #A85F11 Golden Brown

📋 copy color: '#A85F11'

red 168 ◦ green 95 ◦ blue 17

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

Shades of Golden Brown #A85F11

Tints of Golden Brown #A85F11

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.93%

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

R = 60%
G = 33.93%
B = 6.07%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.90

 K value IS 0.34

RGB Variations

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

Color information

#A85F11 (or 0xA85F11) is known color: Golden Brown. HEX triplet: A8, 5F and 11. RGB value is (168,95,17). Sum of RGB (Red+Green+Blue) = 168+95+17=280 (37% of max value = 765). Red value is 168 (66.02% from 255 or 60% from 280); Green value is 95 (37.5% from 255 or 33.93% from 280); Blue value is 17 (7.03% from 255 or 6.07% from 280); Max value from RGB is 168 - color contains mainly: red. Hex color #A85F11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85F11 is #57A0EE. Grayscale: #6C6C6C. Windows color (decimal): -5742831 or 1138600. OLE color: 1138600.

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

Color convert

RGB 168 95 17 -
CMYK 0 0.43 0.90 0.34
HSL 30.99º 0.82% 0.36% -
HSV(B) 30.99º 0.9% 0.66% -
XYZ 20.34 16.55 2.65 -
YUV 107.94 76.68 170.84 -
System Red Green Blue C M Y K H S L
Decimal 168 95 17 0 0.43 0.90 0.34 30.99 0.82 0.36
Hex A8 5F 11 0 2B 5A 22 1F 52 24
Octal 250 137 21 0 53 132 42 37 122 44
Binary 10101000 1011111 10001 0 101011 1011010 100010 11111 1010010 100100

Color Harmonies of #A85F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85F11

Black with #A85F11

Text Example


Text Example

White with #A85F11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85F11; }

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

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

background-color css

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

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

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

border-color css

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

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

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