Html Css Color HEX #A65523 Rich Gold

📋 copy color: '#A65523'

red 166 ◦ green 85 ◦ blue 35

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

Shades of Rich Gold #A65523

Tints of Rich Gold #A65523

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.72%

 BLUE value IS 35 (14.06% from 255) = 12.24%

R = 58.04%
G = 29.72%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A65523 (or 0xA65523) is known color: Rich Gold. HEX triplet: A6, 55 and 23. RGB value is (166,85,35). Sum of RGB (Red+Green+Blue) = 166+85+35=286 (37% of max value = 765). Red value is 166 (65.23% from 255 or 58.04% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 35 (14.06% from 255 or 12.24% from 286); Max value from RGB is 166 - color contains mainly: red. Hex color #A65523 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65523 is #59AADC. Grayscale: #676767. Windows color (decimal): -5876445 or 2315686. OLE color: 2315686.

HSL color Cylindrical-coordinate representation of color #A65523: hue angle of 22.9º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #A65523 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 85 35 -
CMYK 0 0.49 0.79 0.35
HSL 22.9º 0.65% 0.39% -
HSV(B) 22.9º 0.79% 0.65% -
XYZ 19.28 14.73 3.42 -
YUV 103.52 89.34 172.57 -
System Red Green Blue C M Y K H S L
Decimal 166 85 35 0 0.49 0.79 0.35 22.9 0.65 0.39
Hex A6 55 23 0 31 4F 23 17 41 27
Octal 246 125 43 0 61 117 43 27 101 47
Binary 10100110 1010101 100011 0 110001 1001111 100011 10111 1000001 100111

Color Harmonies of #A65523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65523

Black with #A65523

Text Example


Text Example

White with #A65523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65523; }

 p { color: rgb(166,85,35); }

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

background-color css

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

 a { background-color: rgb(166,85,35); }

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

border-color css

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

 span { border-color: rgb(166,85,35); }

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