Html Css Color HEX #A0421A Rich Gold

📋 copy color: '#A0421A'

red 160 ◦ green 66 ◦ blue 26

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

Shades of Rich Gold #A0421A

Tints of Rich Gold #A0421A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.19%

 BLUE value IS 26 (10.55% from 255) = 10.32%

R = 63.49%
G = 26.19%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A0421A (or 0xA0421A) is known color: Rich Gold. HEX triplet: A0, 42 and 1A. RGB value is (160,66,26). Sum of RGB (Red+Green+Blue) = 160+66+26=252 (33% of max value = 765). Red value is 160 (62.89% from 255 or 63.49% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 26 (10.55% from 255 or 10.32% from 252); Max value from RGB is 160 - color contains mainly: red. Hex color #A0421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A0421A is #5FBDE5. Grayscale: #595959. Windows color (decimal): -6274534 or 1720992. OLE color: 1720992.

HSL color Cylindrical-coordinate representation of color #A0421A: hue angle of 17.91º degrees, saturation: 0.72, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #A0421A is Cyan = 0, Magento = 0.59, Yellow = 0.84 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 66 26 -
CMYK 0 0.59 0.84 0.37
HSL 17.91º 0.72% 0.36% -
HSV(B) 17.91º 0.84% 0.63% -
XYZ 16.63 11.44 2.31 -
YUV 89.55 92.14 178.25 -
System Red Green Blue C M Y K H S L
Decimal 160 66 26 0 0.59 0.84 0.37 17.91 0.72 0.36
Hex A0 42 1A 0 3B 54 25 12 48 24
Octal 240 102 32 0 73 124 45 22 110 44
Binary 10100000 1000010 11010 0 111011 1010100 100101 10010 1001000 100100

Color Harmonies of #A0421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A0421A

Black with #A0421A

Text Example


Text Example

White with #A0421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A0421A; }

 p { color: rgb(160,66,26); }

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

background-color css

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

 a { background-color: rgb(160,66,26); }

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

border-color css

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

 span { border-color: rgb(160,66,26); }

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