Html Css Color HEX #A86A0F Golden Brown

📋 copy color: '#A86A0F'

red 168 ◦ green 106 ◦ blue 15

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

Shades of Golden Brown #A86A0F

Tints of Golden Brown #A86A0F

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.68%

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

R = 58.13%
G = 36.68%
B = 5.19%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A86A0F (or 0xA86A0F) is known color: Golden Brown. HEX triplet: A8, 6A and 0F. RGB value is (168,106,15). Sum of RGB (Red+Green+Blue) = 168+106+15=289 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.13% from 289); Green value is 106 (41.80% from 255 or 36.68% from 289); Blue value is 15 (6.25% from 255 or 5.19% from 289); Max value from RGB is 168 - color contains mainly: red. Hex color #A86A0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86A0F is #5795F0. Grayscale: #727272. Windows color (decimal): -5740017 or 1010344. OLE color: 1010344.

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

Color convert

RGB 168 106 15 -
CMYK 0 0.37 0.91 0.34
HSL 35.69º 0.84% 0.36% -
HSV(B) 35.69º 0.91% 0.66% -
XYZ 21.39 18.67 2.93 -
YUV 114.16 72.04 166.4 -
System Red Green Blue C M Y K H S L
Decimal 168 106 15 0 0.37 0.91 0.34 35.69 0.84 0.36
Hex A8 6A F 0 25 5B 22 24 54 24
Octal 250 152 17 0 45 133 42 44 124 44
Binary 10101000 1101010 1111 0 100101 1011011 100010 100100 1010100 100100

Color Harmonies of #A86A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86A0F

Black with #A86A0F

Text Example


Text Example

White with #A86A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86A0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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