Html Css Color HEX #A65413 Rich Gold

📋 copy color: '#A65413'

red 166 ◦ green 84 ◦ blue 19

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

Shades of Rich Gold #A65413

Tints of Rich Gold #A65413

RGB

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

 GREEN value IS 84 (33.2% from 255) = 31.23%

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

R = 61.71%
G = 31.23%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#A65413 (or 0xA65413) is known color: Rich Gold. HEX triplet: A6, 54 and 13. RGB value is (166,84,19). Sum of RGB (Red+Green+Blue) = 166+84+19=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 84 (33.20% from 255 or 31.23% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A65413 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65413 is #59ABEC. Grayscale: #656565. Windows color (decimal): -5876717 or 1266854. OLE color: 1266854.

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

Color convert

RGB 166 84 19 -
CMYK 0 0.49 0.89 0.35
HSL 26.53º 0.79% 0.36% -
HSV(B) 26.53º 0.89% 0.65% -
XYZ 19.01 14.49 2.41 -
YUV 101.11 81.67 174.29 -
System Red Green Blue C M Y K H S L
Decimal 166 84 19 0 0.49 0.89 0.35 26.53 0.79 0.36
Hex A6 54 13 0 31 59 23 1B 4F 24
Octal 246 124 23 0 61 131 43 33 117 44
Binary 10100110 1010100 10011 0 110001 1011001 100011 11011 1001111 100100

Color Harmonies of #A65413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65413

Black with #A65413

Text Example


Text Example

White with #A65413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65413; }

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

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

background-color css

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

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

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

border-color css

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

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

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