Html Css Color HEX #A2421A Rich Gold

📋 copy color: '#A2421A'

red 162 ◦ green 66 ◦ blue 26

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

Shades of Rich Gold #A2421A

Tints of Rich Gold #A2421A

RGB

 RED value IS 162 (63.67% from 255) = 63.78%

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

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

R = 63.78%
G = 25.98%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2421A (or 0xA2421A) is known color: Rich Gold. HEX triplet: A2, 42 and 1A. RGB value is (162,66,26). Sum of RGB (Red+Green+Blue) = 162+66+26=254 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.78% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 162 - color contains mainly: red. Hex color #A2421A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2421A is #5DBDE5. Grayscale: #5A5A5A. Windows color (decimal): -6143462 or 1720994. OLE color: 1720994.

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

Color convert

RGB 162 66 26 -
CMYK 0 0.59 0.84 0.36
HSL 17.65º 0.72% 0.37% -
HSV(B) 17.65º 0.84% 0.64% -
XYZ 17.03 11.65 2.33 -
YUV 90.14 91.8 179.25 -
System Red Green Blue C M Y K H S L
Decimal 162 66 26 0 0.59 0.84 0.36 17.65 0.72 0.37
Hex A2 42 1A 0 3B 54 24 12 48 25
Octal 242 102 32 0 73 124 44 22 110 45
Binary 10100010 1000010 11010 0 111011 1010100 100100 10010 1001000 100101

Color Harmonies of #A2421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2421A

Black with #A2421A

Text Example


Text Example

White with #A2421A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2421A; }

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

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

background-color css

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

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

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

border-color css

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

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

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