Html Css Color HEX #A2441D Rich Gold

📋 copy color: '#A2441D'

red 162 ◦ green 68 ◦ blue 29

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

Shades of Rich Gold #A2441D

Tints of Rich Gold #A2441D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.25%

 BLUE value IS 29 (11.72% from 255) = 11.2%

R = 62.55%
G = 26.25%
B = 11.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.36

RGB Variations

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

Color information

#A2441D (or 0xA2441D) is known color: Rich Gold. HEX triplet: A2, 44 and 1D. RGB value is (162,68,29). Sum of RGB (Red+Green+Blue) = 162+68+29=259 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.55% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 29 (11.72% from 255 or 11.20% from 259); Max value from RGB is 162 - color contains mainly: red. Hex color #A2441D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2441D is #5DBBE2. Grayscale: #5B5B5B. Windows color (decimal): -6142947 or 1918114. OLE color: 1918114.

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

Color convert

RGB 162 68 29 -
CMYK 0 0.58 0.82 0.36
HSL 17.59º 0.7% 0.37% -
HSV(B) 17.59º 0.82% 0.64% -
XYZ 17.19 11.9 2.55 -
YUV 91.66 92.64 178.17 -
System Red Green Blue C M Y K H S L
Decimal 162 68 29 0 0.58 0.82 0.36 17.59 0.7 0.37
Hex A2 44 1D 0 3A 52 24 12 46 25
Octal 242 104 35 0 72 122 44 22 106 45
Binary 10100010 1000100 11101 0 111010 1010010 100100 10010 1000110 100101

Color Harmonies of #A2441D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2441D

Black with #A2441D

Text Example


Text Example

White with #A2441D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2441D; }

 p { color: rgb(162,68,29); }

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

background-color css

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

 a { background-color: rgb(162,68,29); }

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

border-color css

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

 span { border-color: rgb(162,68,29); }

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