Html Css Color HEX #A86618 Golden Brown

📋 copy color: '#A86618'

red 168 ◦ green 102 ◦ blue 24

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

Shades of Golden Brown #A86618

Tints of Golden Brown #A86618

RGB

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

 GREEN value IS 102 (40.23% from 255) = 34.69%

 BLUE value IS 24 (9.77% from 255) = 8.16%

R = 57.14%
G = 34.69%
B = 8.16%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.86

 K value IS 0.34

RGB Variations

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

Color information

#A86618 (or 0xA86618) is known color: Golden Brown. HEX triplet: A8, 66 and 18. RGB value is (168,102,24). Sum of RGB (Red+Green+Blue) = 168+102+24=294 (38% of max value = 765). Red value is 168 (66.02% from 255 or 57.14% from 294); Green value is 102 (40.23% from 255 or 34.69% from 294); Blue value is 24 (9.77% from 255 or 8.16% from 294); Max value from RGB is 168 - color contains mainly: red. Hex color #A86618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A86618 is #5799E7. Grayscale: #717171. Windows color (decimal): -5741032 or 1599144. OLE color: 1599144.

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

Color convert

RGB 168 102 24 -
CMYK 0 0.39 0.86 0.34
HSL 32.5º 0.75% 0.38% -
HSV(B) 32.5º 0.86% 0.66% -
XYZ 21.06 17.89 3.21 -
YUV 112.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 168 102 24 0 0.39 0.86 0.34 32.5 0.75 0.38
Hex A8 66 18 0 27 56 22 20 4B 26
Octal 250 146 30 0 47 126 42 40 113 46
Binary 10101000 1100110 11000 0 100111 1010110 100010 100000 1001011 100110

Color Harmonies of #A86618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A86618

Black with #A86618

Text Example


Text Example

White with #A86618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A86618; }

 p { color: rgb(168,102,24); }

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

background-color css

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

 a { background-color: rgb(168,102,24); }

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

border-color css

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

 span { border-color: rgb(168,102,24); }

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