Html Css Color HEX #A65314 Rich Gold

📋 copy color: '#A65314'

red 166 ◦ green 83 ◦ blue 20

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

Shades of Rich Gold #A65314

Tints of Rich Gold #A65314

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.86%

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

R = 61.71%
G = 30.86%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#A65314 (or 0xA65314) is known color: Rich Gold. HEX triplet: A6, 53 and 14. RGB value is (166,83,20). Sum of RGB (Red+Green+Blue) = 166+83+20=269 (35% of max value = 765). Red value is 166 (65.23% from 255 or 61.71% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 20 (8.20% from 255 or 7.43% from 269); Max value from RGB is 166 - color contains mainly: red. Hex color #A65314 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65314 is #59ACEB. Grayscale: #646464. Windows color (decimal): -5876972 or 1332134. OLE color: 1332134.

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

Color convert

RGB 166 83 20 -
CMYK 0 0.50 0.88 0.35
HSL 25.89º 0.78% 0.36% -
HSV(B) 25.89º 0.88% 0.65% -
XYZ 18.95 14.34 2.43 -
YUV 100.64 82.5 174.62 -
System Red Green Blue C M Y K H S L
Decimal 166 83 20 0 0.50 0.88 0.35 25.89 0.78 0.36
Hex A6 53 14 0 32 58 23 1A 4E 24
Octal 246 123 24 0 62 130 43 32 116 44
Binary 10100110 1010011 10100 0 110010 1011000 100011 11010 1001110 100100

Color Harmonies of #A65314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65314

Black with #A65314

Text Example


Text Example

White with #A65314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65314; }

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

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

background-color css

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

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

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

border-color css

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

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

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