Html Css Color HEX #A65C23 Rich Gold

📋 copy color: '#A65C23'

red 166 ◦ green 92 ◦ blue 35

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

Shades of Rich Gold #A65C23

Tints of Rich Gold #A65C23

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.4%

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

R = 56.66%
G = 31.4%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.79

 K value IS 0.35

RGB Variations

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

Color information

#A65C23 (or 0xA65C23) is known color: Rich Gold. HEX triplet: A6, 5C and 23. RGB value is (166,92,35). Sum of RGB (Red+Green+Blue) = 166+92+35=293 (38% of max value = 765). Red value is 166 (65.23% from 255 or 56.66% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 35 (14.06% from 255 or 11.95% from 293); Max value from RGB is 166 - color contains mainly: red. Hex color #A65C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A65C23 is #59A3DC. Grayscale: #6B6B6B. Windows color (decimal): -5874653 or 2317478. OLE color: 2317478.

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

Color convert

RGB 166 92 35 -
CMYK 0 0.45 0.79 0.35
HSL 26.11º 0.65% 0.39% -
HSV(B) 26.11º 0.79% 0.65% -
XYZ 19.86 15.88 3.61 -
YUV 107.63 87.02 169.63 -
System Red Green Blue C M Y K H S L
Decimal 166 92 35 0 0.45 0.79 0.35 26.11 0.65 0.39
Hex A6 5C 23 0 2D 4F 23 1A 41 27
Octal 246 134 43 0 55 117 43 32 101 47
Binary 10100110 1011100 100011 0 101101 1001111 100011 11010 1000001 100111

Color Harmonies of #A65C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65C23

Black with #A65C23

Text Example


Text Example

White with #A65C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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