Html Css Color HEX #A65022 Rich Gold

📋 copy color: '#A65022'

red 166 ◦ green 80 ◦ blue 34

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

Shades of Rich Gold #A65022

Tints of Rich Gold #A65022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.57%

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

R = 59.29%
G = 28.57%
B = 12.14%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.80

 K value IS 0.35

RGB Variations

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

Color information

#A65022 (or 0xA65022) is known color: Rich Gold. HEX triplet: A6, 50 and 22. RGB value is (166,80,34). Sum of RGB (Red+Green+Blue) = 166+80+34=280 (37% of max value = 765). Red value is 166 (65.23% from 255 or 59.29% from 280); Green value is 80 (31.64% from 255 or 28.57% from 280); Blue value is 34 (13.67% from 255 or 12.14% from 280); Max value from RGB is 166 - color contains mainly: red. Hex color #A65022 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65022 is #59AFDD. Grayscale: #646464. Windows color (decimal): -5877726 or 2248870. OLE color: 2248870.

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

Color convert

RGB 166 80 34 -
CMYK 0 0.52 0.80 0.35
HSL 20.91º 0.66% 0.39% -
HSV(B) 20.91º 0.8% 0.65% -
XYZ 18.88 13.96 3.21 -
YUV 100.47 90.49 174.74 -
System Red Green Blue C M Y K H S L
Decimal 166 80 34 0 0.52 0.80 0.35 20.91 0.66 0.39
Hex A6 50 22 0 34 50 23 15 42 27
Octal 246 120 42 0 64 120 43 25 102 47
Binary 10100110 1010000 100010 0 110100 1010000 100011 10101 1000010 100111

Color Harmonies of #A65022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65022

Black with #A65022

Text Example


Text Example

White with #A65022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65022; }

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

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

background-color css

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

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

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

border-color css

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

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

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