Html Css Color HEX #A05923 Rich Gold

📋 copy color: '#A05923'

red 160 ◦ green 89 ◦ blue 35

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

Shades of Rich Gold #A05923

Tints of Rich Gold #A05923

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.34%

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

R = 56.34%
G = 31.34%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A05923 (or 0xA05923) is known color: Rich Gold. HEX triplet: A0, 59 and 23. RGB value is (160,89,35). Sum of RGB (Red+Green+Blue) = 160+89+35=284 (37% of max value = 765). Red value is 160 (62.89% from 255 or 56.34% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 160 - color contains mainly: red. Hex color #A05923 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A05923 is #5FA6DC. Grayscale: #686868. Windows color (decimal): -6268637 or 2316704. OLE color: 2316704.

HSL color Cylindrical-coordinate representation of color #A05923: hue angle of 25.92º 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 #A05923 is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 89 35 -
CMYK 0 0.44 0.78 0.37
HSL 25.92º 0.64% 0.38% -
HSV(B) 25.92º 0.78% 0.63% -
XYZ 18.37 14.74 3.47 -
YUV 104.07 89.02 167.89 -
System Red Green Blue C M Y K H S L
Decimal 160 89 35 0 0.44 0.78 0.37 25.92 0.64 0.38
Hex A0 59 23 0 2C 4E 25 1A 40 26
Octal 240 131 43 0 54 116 45 32 100 46
Binary 10100000 1011001 100011 0 101100 1001110 100101 11010 1000000 100110

Color Harmonies of #A05923

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A05923

Black with #A05923

Text Example


Text Example

White with #A05923

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A05923; }

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

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

background-color css

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

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

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

border-color css

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

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

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