Html Css Color HEX #A24A1A Rich Gold

📋 copy color: '#A24A1A'

red 162 ◦ green 74 ◦ blue 26

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

Shades of Rich Gold #A24A1A

Tints of Rich Gold #A24A1A

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.24%

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

R = 61.83%
G = 28.24%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A24A1A (or 0xA24A1A) is known color: Rich Gold. HEX triplet: A2, 4A and 1A. RGB value is (162,74,26). Sum of RGB (Red+Green+Blue) = 162+74+26=262 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.83% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 26 (10.55% from 255 or 9.92% from 262); Max value from RGB is 162 - color contains mainly: red. Hex color #A24A1A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A24A1A is #5DB5E5. Grayscale: #5F5F5F. Windows color (decimal): -6141414 or 1723042. OLE color: 1723042.

HSL color Cylindrical-coordinate representation of color #A24A1A: hue angle of 21.18º 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 #A24A1A is Cyan = 0, Magento = 0.54, Yellow = 0.84 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 74 26 -
CMYK 0 0.54 0.84 0.36
HSL 21.18º 0.72% 0.37% -
HSV(B) 21.18º 0.84% 0.64% -
XYZ 17.54 12.65 2.5 -
YUV 94.84 89.15 175.9 -
System Red Green Blue C M Y K H S L
Decimal 162 74 26 0 0.54 0.84 0.36 21.18 0.72 0.37
Hex A2 4A 1A 0 36 54 24 15 48 25
Octal 242 112 32 0 66 124 44 25 110 45
Binary 10100010 1001010 11010 0 110110 1010100 100100 10101 1001000 100101

Color Harmonies of #A24A1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A24A1A

Black with #A24A1A

Text Example


Text Example

White with #A24A1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A24A1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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