Html Css Color HEX #A86314 Golden Brown

📋 copy color: '#A86314'

red 168 ◦ green 99 ◦ blue 20

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

Shades of Golden Brown #A86314

Tints of Golden Brown #A86314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 34.49%

 BLUE value IS 20 (8.2% from 255) = 6.97%

R = 58.54%
G = 34.49%
B = 6.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.34

RGB Variations

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

Color information

#A86314 (or 0xA86314) is known color: Golden Brown. HEX triplet: A8, 63 and 14. RGB value is (168,99,20). Sum of RGB (Red+Green+Blue) = 168+99+20=287 (38% of max value = 765). Red value is 168 (66.02% from 255 or 58.54% from 287); Green value is 99 (39.06% from 255 or 34.49% from 287); Blue value is 20 (8.20% from 255 or 6.97% from 287); Max value from RGB is 168 - color contains mainly: red. Hex color #A86314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86314 is #579CEB. Grayscale: #6F6F6F. Windows color (decimal): -5741804 or 1336232. OLE color: 1336232.

HSL color Cylindrical-coordinate representation of color #A86314: hue angle of 32.03º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #A86314 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 99 20 -
CMYK 0 0.41 0.88 0.34
HSL 32.03º 0.79% 0.37% -
HSV(B) 32.03º 0.88% 0.66% -
XYZ 20.74 17.3 2.91 -
YUV 110.63 76.86 168.92 -
System Red Green Blue C M Y K H S L
Decimal 168 99 20 0 0.41 0.88 0.34 32.03 0.79 0.37
Hex A8 63 14 0 29 58 22 20 4F 25
Octal 250 143 24 0 51 130 42 40 117 45
Binary 10101000 1100011 10100 0 101001 1011000 100010 100000 1001111 100101

Color Harmonies of #A86314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86314

Black with #A86314

Text Example


Text Example

White with #A86314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86314; }

 p { color: rgb(168,99,20); }

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

background-color css

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

 a { background-color: rgb(168,99,20); }

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

border-color css

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

 span { border-color: rgb(168,99,20); }

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