Html Css Color HEX #A65014 Rich Gold

📋 copy color: '#A65014'

red 166 ◦ green 80 ◦ blue 20

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

Shades of Rich Gold #A65014

Tints of Rich Gold #A65014

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 7.52%

R = 62.41%
G = 30.08%
B = 7.52%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A65014 (or 0xA65014) is known color: Rich Gold. HEX triplet: A6, 50 and 14. RGB value is (166,80,20). Sum of RGB (Red+Green+Blue) = 166+80+20=266 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.41% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 20 (8.20% from 255 or 7.52% from 266); Max value from RGB is 166 - color contains mainly: red. Hex color #A65014 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65014 is #59AFEB. Grayscale: #636363. Windows color (decimal): -5877740 or 1331366. OLE color: 1331366.

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

Color convert

RGB 166 80 20 -
CMYK 0 0.52 0.88 0.35
HSL 24.66º 0.78% 0.36% -
HSV(B) 24.66º 0.88% 0.65% -
XYZ 18.72 13.89 2.36 -
YUV 98.87 83.49 175.88 -
System Red Green Blue C M Y K H S L
Decimal 166 80 20 0 0.52 0.88 0.35 24.66 0.78 0.36
Hex A6 50 14 0 34 58 23 19 4E 24
Octal 246 120 24 0 64 130 43 31 116 44
Binary 10100110 1010000 10100 0 110100 1011000 100011 11001 1001110 100100

Color Harmonies of #A65014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65014

Black with #A65014

Text Example


Text Example

White with #A65014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65014; }

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

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

background-color css

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

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

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

border-color css

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

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

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