Html Css Color HEX #A65618 Rich Gold

📋 copy color: '#A65618'

red 166 ◦ green 86 ◦ blue 24

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

Shades of Rich Gold #A65618

Tints of Rich Gold #A65618

RGB

 RED value IS 166 (65.23% from 255) = 60.14%

 GREEN value IS 86 (33.98% from 255) = 31.16%

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

R = 60.14%
G = 31.16%
B = 8.7%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A65618 (or 0xA65618) is known color: Rich Gold. HEX triplet: A6, 56 and 18. RGB value is (166,86,24). Sum of RGB (Red+Green+Blue) = 166+86+24=276 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.14% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 24 (9.77% from 255 or 8.70% from 276); Max value from RGB is 166 - color contains mainly: red. Hex color #A65618 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65618 is #59A9E7. Grayscale: #676767. Windows color (decimal): -5876200 or 1595046. OLE color: 1595046.

HSL color Cylindrical-coordinate representation of color #A65618: hue angle of 26.2º degrees, saturation: 0.75, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A65618 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 86 24 -
CMYK 0 0.48 0.86 0.35
HSL 26.2º 0.75% 0.37% -
HSV(B) 26.2º 0.86% 0.65% -
XYZ 19.22 14.83 2.71 -
YUV 102.85 83.5 173.04 -
System Red Green Blue C M Y K H S L
Decimal 166 86 24 0 0.48 0.86 0.35 26.2 0.75 0.37
Hex A6 56 18 0 30 56 23 1A 4B 25
Octal 246 126 30 0 60 126 43 32 113 45
Binary 10100110 1010110 11000 0 110000 1010110 100011 11010 1001011 100101

Color Harmonies of #A65618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65618

Black with #A65618

Text Example


Text Example

White with #A65618

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65618; }

 p { color: rgb(166,86,24); }

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

background-color css

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

 a { background-color: rgb(166,86,24); }

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

border-color css

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

 span { border-color: rgb(166,86,24); }

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