Html Css Color HEX #A65212 Rich Gold

📋 copy color: '#A65212'

red 166 ◦ green 82 ◦ blue 18

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

Shades of Rich Gold #A65212

Tints of Rich Gold #A65212

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.83%

 BLUE value IS 18 (7.42% from 255) = 6.77%

R = 62.41%
G = 30.83%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A65212 (or 0xA65212) is known color: Rich Gold. HEX triplet: A6, 52 and 12. RGB value is (166,82,18). Sum of RGB (Red+Green+Blue) = 166+82+18=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 82 (32.42% from 255 or 30.83% from 266); Blue value is 18 (7.42% from 255 or 6.77% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A65212 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65212 is #59ADED. Grayscale: #646464. Windows color (decimal): -5877230 or 1200806. OLE color: 1200806.

HSL color Cylindrical-coordinate representation of color #A65212: hue angle of 25.95º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A65212 is Cyan = 0, Magento = 0.51, Yellow = 0.89 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 82 18 -
CMYK 0 0.51 0.89 0.35
HSL 25.95º 0.8% 0.36% -
HSV(B) 25.95º 0.89% 0.65% -
XYZ 18.85 14.19 2.32 -
YUV 99.82 81.83 175.2 -
System Red Green Blue C M Y K H S L
Decimal 166 82 18 0 0.51 0.89 0.35 25.95 0.8 0.36
Hex A6 52 12 0 33 59 23 1A 50 24
Octal 246 122 22 0 63 131 43 32 120 44
Binary 10100110 1010010 10010 0 110011 1011001 100011 11010 1010000 100100

Color Harmonies of #A65212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65212

Black with #A65212

Text Example


Text Example

White with #A65212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65212; }

 p { color: rgb(166,82,18); }

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

background-color css

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

 a { background-color: rgb(166,82,18); }

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

border-color css

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

 span { border-color: rgb(166,82,18); }

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