Html Css Color HEX #A65A23 Rich Gold

📋 copy color: '#A65A23'

red 166 ◦ green 90 ◦ blue 35

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

Shades of Rich Gold #A65A23

Tints of Rich Gold #A65A23

RGB

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

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

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

R = 57.04%
G = 30.93%
B = 12.03%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A65A23 (or 0xA65A23) is known color: Rich Gold. HEX triplet: A6, 5A and 23. RGB value is (166,90,35). Sum of RGB (Red+Green+Blue) = 166+90+35=291 (38% of max value = 765). Red value is 166 (65.23% from 255 or 57.04% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 35 (14.06% from 255 or 12.03% from 291); Max value from RGB is 166 - color contains mainly: red. Hex color #A65A23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65A23 is #59A5DC. Grayscale: #6A6A6A. Windows color (decimal): -5875165 or 2316966. OLE color: 2316966.

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

Color convert

RGB 166 90 35 -
CMYK 0 0.46 0.79 0.35
HSL 25.19º 0.65% 0.39% -
HSV(B) 25.19º 0.79% 0.65% -
XYZ 19.69 15.54 3.55 -
YUV 106.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 166 90 35 0 0.46 0.79 0.35 25.19 0.65 0.39
Hex A6 5A 23 0 2E 4F 23 19 41 27
Octal 246 132 43 0 56 117 43 31 101 47
Binary 10100110 1011010 100011 0 101110 1001111 100011 11001 1000001 100111

Color Harmonies of #A65A23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65A23

Black with #A65A23

Text Example


Text Example

White with #A65A23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65A23; }

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

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

background-color css

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

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

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

border-color css

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

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

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