Html Css Color HEX #A85B0F Golden Brown

📋 copy color: '#A85B0F'

red 168 ◦ green 91 ◦ blue 15

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

Shades of Golden Brown #A85B0F

Tints of Golden Brown #A85B0F

RGB

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

 GREEN value IS 91 (35.94% from 255) = 33.21%

 BLUE value IS 15 (6.25% from 255) = 5.47%

R = 61.31%
G = 33.21%
B = 5.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A85B0F (or 0xA85B0F) is known color: Golden Brown. HEX triplet: A8, 5B and 0F. RGB value is (168,91,15). Sum of RGB (Red+Green+Blue) = 168+91+15=274 (36% of max value = 765). Red value is 168 (66.02% from 255 or 61.31% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 15 (6.25% from 255 or 5.47% from 274); Max value from RGB is 168 - color contains mainly: red. Hex color #A85B0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A85B0F is #57A4F0. Grayscale: #696969. Windows color (decimal): -5743857 or 1006504. OLE color: 1006504.

HSL color Cylindrical-coordinate representation of color #A85B0F: hue angle of 29.8º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #A85B0F is Cyan = 0, Magento = 0.46, Yellow = 0.91 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 91 15 -
CMYK 0 0.46 0.91 0.34
HSL 29.8º 0.84% 0.36% -
HSV(B) 29.8º 0.91% 0.66% -
XYZ 19.98 15.84 2.46 -
YUV 105.36 77.01 172.68 -
System Red Green Blue C M Y K H S L
Decimal 168 91 15 0 0.46 0.91 0.34 29.8 0.84 0.36
Hex A8 5B F 0 2E 5B 22 1E 54 24
Octal 250 133 17 0 56 133 42 36 124 44
Binary 10101000 1011011 1111 0 101110 1011011 100010 11110 1010100 100100

Color Harmonies of #A85B0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A85B0F

Black with #A85B0F

Text Example


Text Example

White with #A85B0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A85B0F; }

 p { color: rgb(168,91,15); }

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

background-color css

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

 a { background-color: rgb(168,91,15); }

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

border-color css

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

 span { border-color: rgb(168,91,15); }

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