Html Css Color HEX #A65013 Rich Gold

📋 copy color: '#A65013'

red 166 ◦ green 80 ◦ blue 19

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

Shades of Rich Gold #A65013

Tints of Rich Gold #A65013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.17%

R = 62.64%
G = 30.19%
B = 7.17%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A65013 (or 0xA65013) is known color: Rich Gold. HEX triplet: A6, 50 and 13. RGB value is (166,80,19). Sum of RGB (Red+Green+Blue) = 166+80+19=265 (35% of max value = 765). Red value is 166 (65.23% from 255 or 62.64% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 19 (7.81% from 255 or 7.17% from 265); Max value from RGB is 166 - color contains mainly: red. Hex color #A65013 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65013 is #59AFEC. Grayscale: #636363. Windows color (decimal): -5877741 or 1265830. OLE color: 1265830.

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

Color convert

RGB 166 80 19 -
CMYK 0 0.52 0.89 0.35
HSL 24.9º 0.79% 0.36% -
HSV(B) 24.9º 0.89% 0.65% -
XYZ 18.71 13.89 2.31 -
YUV 98.76 82.99 175.96 -
System Red Green Blue C M Y K H S L
Decimal 166 80 19 0 0.52 0.89 0.35 24.9 0.79 0.36
Hex A6 50 13 0 34 59 23 19 4F 24
Octal 246 120 23 0 64 131 43 31 117 44
Binary 10100110 1010000 10011 0 110100 1011001 100011 11001 1001111 100100

Color Harmonies of #A65013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65013

Black with #A65013

Text Example


Text Example

White with #A65013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65013; }

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

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

background-color css

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

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

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

border-color css

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

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

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