Html Css Color HEX #A86C0F Golden Brown

📋 copy color: '#A86C0F'

red 168 ◦ green 108 ◦ blue 15

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

Shades of Golden Brown #A86C0F

Tints of Golden Brown #A86C0F

RGB

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

 GREEN value IS 108 (42.58% from 255) = 37.11%

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

R = 57.73%
G = 37.11%
B = 5.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.91

 K value IS 0.34

RGB Variations

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

Color information

#A86C0F (or 0xA86C0F) is known color: Golden Brown. HEX triplet: A8, 6C and 0F. RGB value is (168,108,15). Sum of RGB (Red+Green+Blue) = 168+108+15=291 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.73% from 291); Green value is 108 (42.58% from 255 or 37.11% from 291); Blue value is 15 (6.25% from 255 or 5.15% from 291); Max value from RGB is 168 - color contains mainly: red. Hex color #A86C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86C0F is #5793F0. Grayscale: #737373. Windows color (decimal): -5739505 or 1010856. OLE color: 1010856.

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

Color convert

RGB 168 108 15 -
CMYK 0 0.36 0.91 0.34
HSL 36.47º 0.84% 0.36% -
HSV(B) 36.47º 0.91% 0.66% -
XYZ 21.6 19.08 3 -
YUV 115.34 71.38 165.56 -
System Red Green Blue C M Y K H S L
Decimal 168 108 15 0 0.36 0.91 0.34 36.47 0.84 0.36
Hex A8 6C F 0 24 5B 22 24 54 24
Octal 250 154 17 0 44 133 42 44 124 44
Binary 10101000 1101100 1111 0 100100 1011011 100010 100100 1010100 100100

Color Harmonies of #A86C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86C0F

Black with #A86C0F

Text Example


Text Example

White with #A86C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86C0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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