Html Css Color HEX #A65418 Rich Gold

📋 copy color: '#A65418'

red 166 ◦ green 84 ◦ blue 24

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

Shades of Rich Gold #A65418

Tints of Rich Gold #A65418

RGB

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

 GREEN value IS 84 (33.2% from 255) = 30.66%

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

R = 60.58%
G = 30.66%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A65418 (or 0xA65418) is known color: Rich Gold. HEX triplet: A6, 54 and 18. RGB value is (166,84,24). Sum of RGB (Red+Green+Blue) = 166+84+24=274 (36% of max value = 765). Red value is 166 (65.23% from 255 or 60.58% from 274); Green value is 84 (33.20% from 255 or 30.66% from 274); Blue value is 24 (9.77% from 255 or 8.76% from 274); Max value from RGB is 166 - color contains mainly: red. Hex color #A65418 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65418 is #59ABE7. Grayscale: #656565. Windows color (decimal): -5876712 or 1594534. OLE color: 1594534.

HSL color Cylindrical-coordinate representation of color #A65418: hue angle of 25.35º 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 #A65418 is Cyan = 0, Magento = 0.49, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 84 24 -
CMYK 0 0.49 0.86 0.35
HSL 25.35º 0.75% 0.37% -
HSV(B) 25.35º 0.86% 0.65% -
XYZ 19.06 14.51 2.66 -
YUV 101.68 84.17 173.88 -
System Red Green Blue C M Y K H S L
Decimal 166 84 24 0 0.49 0.86 0.35 25.35 0.75 0.37
Hex A6 54 18 0 31 56 23 19 4B 25
Octal 246 124 30 0 61 126 43 31 113 45
Binary 10100110 1010100 11000 0 110001 1010110 100011 11001 1001011 100101

Color Harmonies of #A65418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65418

Black with #A65418

Text Example


Text Example

White with #A65418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65418; }

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

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

background-color css

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

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

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

border-color css

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

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

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