Html Css Color HEX #A65A17 Rich Gold

📋 copy color: '#A65A17'

red 166 ◦ green 90 ◦ blue 23

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

Shades of Rich Gold #A65A17

Tints of Rich Gold #A65A17

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.26%

 BLUE value IS 23 (9.38% from 255) = 8.24%

R = 59.5%
G = 32.26%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.86

 K value IS 0.35

RGB Variations

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

Color information

#A65A17 (or 0xA65A17) is known color: Rich Gold. HEX triplet: A6, 5A and 17. RGB value is (166,90,23). Sum of RGB (Red+Green+Blue) = 166+90+23=279 (36% of max value = 765). Red value is 166 (65.23% from 255 or 59.50% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 23 (9.38% from 255 or 8.24% from 279); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A65A17 is #59A5E8. Grayscale: #696969. Windows color (decimal): -5875177 or 1530534. OLE color: 1530534.

HSL color Cylindrical-coordinate representation of color #A65A17: hue angle of 28.11º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #A65A17 is Cyan = 0, Magento = 0.46, Yellow = 0.86 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 90 23 -
CMYK 0 0.46 0.86 0.35
HSL 28.11º 0.76% 0.37% -
HSV(B) 28.11º 0.86% 0.65% -
XYZ 19.54 15.48 2.77 -
YUV 105.09 81.68 171.45 -
System Red Green Blue C M Y K H S L
Decimal 166 90 23 0 0.46 0.86 0.35 28.11 0.76 0.37
Hex A6 5A 17 0 2E 56 23 1C 4C 25
Octal 246 132 27 0 56 126 43 34 114 45
Binary 10100110 1011010 10111 0 101110 1010110 100011 11100 1001100 100101

Color Harmonies of #A65A17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A17

Black with #A65A17

Text Example


Text Example

White with #A65A17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A17; }

 p { color: rgb(166,90,23); }

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

background-color css

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

 a { background-color: rgb(166,90,23); }

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

border-color css

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

 span { border-color: rgb(166,90,23); }

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