Html Css Color HEX #A05C23 Rich Gold

📋 copy color: '#A05C23'

red 160 ◦ green 92 ◦ blue 35

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

Shades of Rich Gold #A05C23

Tints of Rich Gold #A05C23

RGB

 RED value IS 160 (62.89% from 255) = 55.75%

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

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

R = 55.75%
G = 32.06%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A05C23 (or 0xA05C23) is known color: Rich Gold. HEX triplet: A0, 5C and 23. RGB value is (160,92,35). Sum of RGB (Red+Green+Blue) = 160+92+35=287 (38% of max value = 765). Red value is 160 (62.89% from 255 or 55.75% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 35 (14.06% from 255 or 12.20% from 287); Max value from RGB is 160 - color contains mainly: red. Hex color #A05C23 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05C23 is #5FA3DC. Grayscale: #6A6A6A. Windows color (decimal): -6267869 or 2317472. OLE color: 2317472.

HSL color Cylindrical-coordinate representation of color #A05C23: hue angle of 27.36º degrees, saturation: 0.64, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #A05C23 is Cyan = 0, Magento = 0.43, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 92 35 -
CMYK 0 0.43 0.78 0.37
HSL 27.36º 0.64% 0.38% -
HSV(B) 27.36º 0.78% 0.63% -
XYZ 18.63 15.25 3.55 -
YUV 105.83 88.03 166.63 -
System Red Green Blue C M Y K H S L
Decimal 160 92 35 0 0.43 0.78 0.37 27.36 0.64 0.38
Hex A0 5C 23 0 2B 4E 25 1B 40 26
Octal 240 134 43 0 53 116 45 33 100 46
Binary 10100000 1011100 100011 0 101011 1001110 100101 11011 1000000 100110

Color Harmonies of #A05C23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05C23

Black with #A05C23

Text Example


Text Example

White with #A05C23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05C23; }

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

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

background-color css

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

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

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

border-color css

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

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

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