Html Css Color HEX #A86E1A Golden Brown

📋 copy color: '#A86E1A'

red 168 ◦ green 110 ◦ blue 26

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

Shades of Golden Brown #A86E1A

Tints of Golden Brown #A86E1A

RGB

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

 GREEN value IS 110 (43.36% from 255) = 36.18%

 BLUE value IS 26 (10.55% from 255) = 8.55%

R = 55.26%
G = 36.18%
B = 8.55%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.85

 K value IS 0.34

RGB Variations

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

Color information

#A86E1A (or 0xA86E1A) is known color: Golden Brown. HEX triplet: A8, 6E and 1A. RGB value is (168,110,26). Sum of RGB (Red+Green+Blue) = 168+110+26=304 (40% of max value = 765). Red value is 168 (66.02% from 255 or 55.26% from 304); Green value is 110 (43.36% from 255 or 36.18% from 304); Blue value is 26 (10.55% from 255 or 8.55% from 304); Max value from RGB is 168 - color contains mainly: red. Hex color #A86E1A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A86E1A is #5791E5. Grayscale: #767676. Windows color (decimal): -5738982 or 1732264. OLE color: 1732264.

HSL color Cylindrical-coordinate representation of color #A86E1A: hue angle of 35.49º degrees, saturation: 0.73, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #A86E1A is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 110 26 -
CMYK 0 0.35 0.85 0.34
HSL 35.49º 0.73% 0.38% -
HSV(B) 35.49º 0.85% 0.66% -
XYZ 21.91 19.55 3.6 -
YUV 117.77 76.22 163.83 -
System Red Green Blue C M Y K H S L
Decimal 168 110 26 0 0.35 0.85 0.34 35.49 0.73 0.38
Hex A8 6E 1A 0 23 55 22 23 49 26
Octal 250 156 32 0 43 125 42 43 111 46
Binary 10101000 1101110 11010 0 100011 1010101 100010 100011 1001001 100110

Color Harmonies of #A86E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86E1A

Black with #A86E1A

Text Example


Text Example

White with #A86E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86E1A; }

 p { color: rgb(168,110,26); }

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

background-color css

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

 a { background-color: rgb(168,110,26); }

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

border-color css

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

 span { border-color: rgb(168,110,26); }

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