Html Css Color HEX #A65020 Rich Gold

📋 copy color: '#A65020'

red 166 ◦ green 80 ◦ blue 32

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

Shades of Rich Gold #A65020

Tints of Rich Gold #A65020

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.51%

R = 59.71%
G = 28.78%
B = 11.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.81

 K value IS 0.35

RGB Variations

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

Color information

#A65020 (or 0xA65020) is known color: Rich Gold. HEX triplet: A6, 50 and 20. RGB value is (166,80,32). Sum of RGB (Red+Green+Blue) = 166+80+32=278 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.71% from 278); Green value is 80 (31.64% from 255 or 28.78% from 278); Blue value is 32 (12.89% from 255 or 11.51% from 278); Max value from RGB is 166 - color contains mainly: red. Hex color #A65020 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65020 is #59AFDF. Grayscale: #646464. Windows color (decimal): -5877728 or 2117798. OLE color: 2117798.

HSL color Cylindrical-coordinate representation of color #A65020: hue angle of 21.49º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A65020 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 80 32 -
CMYK 0 0.52 0.81 0.35
HSL 21.49º 0.68% 0.39% -
HSV(B) 21.49º 0.81% 0.65% -
XYZ 18.86 13.95 3.07 -
YUV 100.24 89.49 174.9 -
System Red Green Blue C M Y K H S L
Decimal 166 80 32 0 0.52 0.81 0.35 21.49 0.68 0.39
Hex A6 50 20 0 34 51 23 15 44 27
Octal 246 120 40 0 64 121 43 25 104 47
Binary 10100110 1010000 100000 0 110100 1010001 100011 10101 1000100 100111

Color Harmonies of #A65020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65020

Black with #A65020

Text Example


Text Example

White with #A65020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65020; }

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

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

background-color css

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

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

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

border-color css

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

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

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