Html Css Color HEX #A04B23 Rich Gold

📋 copy color: '#A04B23'

red 160 ◦ green 75 ◦ blue 35

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

Shades of Rich Gold #A04B23

Tints of Rich Gold #A04B23

RGB

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

 GREEN value IS 75 (29.69% from 255) = 27.78%

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

R = 59.26%
G = 27.78%
B = 12.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.78

 K value IS 0.37

RGB Variations

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

Color information

#A04B23 (or 0xA04B23) is known color: Rich Gold. HEX triplet: A0, 4B and 23. RGB value is (160,75,35). Sum of RGB (Red+Green+Blue) = 160+75+35=270 (35% of max value = 765). Red value is 160 (62.89% from 255 or 59.26% from 270); Green value is 75 (29.69% from 255 or 27.78% from 270); Blue value is 35 (14.06% from 255 or 12.96% from 270); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B23 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A04B23 is #5FB4DC. Grayscale: #606060. Windows color (decimal): -6272221 or 2313120. OLE color: 2313120.

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

Color convert

RGB 160 75 35 -
CMYK 0 0.53 0.78 0.37
HSL 19.2º 0.64% 0.38% -
HSV(B) 19.2º 0.78% 0.63% -
XYZ 17.32 12.63 3.11 -
YUV 95.86 93.66 173.75 -
System Red Green Blue C M Y K H S L
Decimal 160 75 35 0 0.53 0.78 0.37 19.2 0.64 0.38
Hex A0 4B 23 0 35 4E 25 13 40 26
Octal 240 113 43 0 65 116 45 23 100 46
Binary 10100000 1001011 100011 0 110101 1001110 100101 10011 1000000 100110

Color Harmonies of #A04B23

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04B23

Black with #A04B23

Text Example


Text Example

White with #A04B23

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04B23; }

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

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

background-color css

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

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

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

border-color css

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

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

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