Html Css Color HEX #A65122 Rich Gold

📋 copy color: '#A65122'

red 166 ◦ green 81 ◦ blue 34

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

Shades of Rich Gold #A65122

Tints of Rich Gold #A65122

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.83%

 BLUE value IS 34 (13.67% from 255) = 12.1%

R = 59.07%
G = 28.83%
B = 12.1%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A65122 (or 0xA65122) is known color: Rich Gold. HEX triplet: A6, 51 and 22. RGB value is (166,81,34). Sum of RGB (Red+Green+Blue) = 166+81+34=281 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.07% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 34 (13.67% from 255 or 12.10% from 281); Max value from RGB is 166 - color contains mainly: red. Hex color #A65122 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65122 is #59AEDD. Grayscale: #656565. Windows color (decimal): -5877470 or 2249126. OLE color: 2249126.

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

Color convert

RGB 166 81 34 -
CMYK 0 0.51 0.80 0.35
HSL 21.36º 0.66% 0.39% -
HSV(B) 21.36º 0.8% 0.65% -
XYZ 18.96 14.11 3.24 -
YUV 101.06 90.16 174.32 -
System Red Green Blue C M Y K H S L
Decimal 166 81 34 0 0.51 0.80 0.35 21.36 0.66 0.39
Hex A6 51 22 0 33 50 23 15 42 27
Octal 246 121 42 0 63 120 43 25 102 47
Binary 10100110 1010001 100010 0 110011 1010000 100011 10101 1000010 100111

Color Harmonies of #A65122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65122

Black with #A65122

Text Example


Text Example

White with #A65122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65122; }

 p { color: rgb(166,81,34); }

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

background-color css

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

 a { background-color: rgb(166,81,34); }

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

border-color css

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

 span { border-color: rgb(166,81,34); }

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