Html Css Color HEX #A2441A Rich Gold

📋 copy color: '#A2441A'

red 162 ◦ green 68 ◦ blue 26

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

Shades of Rich Gold #A2441A

Tints of Rich Gold #A2441A

RGB

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

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

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

R = 63.28%
G = 26.56%
B = 10.16%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2441A (or 0xA2441A) is known color: Rich Gold. HEX triplet: A2, 44 and 1A. RGB value is (162,68,26). Sum of RGB (Red+Green+Blue) = 162+68+26=256 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.28% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 26 (10.55% from 255 or 10.16% from 256); Max value from RGB is 162 - color contains mainly: red. Hex color #A2441A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2441A is #5DBBE5. Grayscale: #5B5B5B. Windows color (decimal): -6142950 or 1721506. OLE color: 1721506.

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

Color convert

RGB 162 68 26 -
CMYK 0 0.58 0.84 0.36
HSL 18.53º 0.72% 0.37% -
HSV(B) 18.53º 0.84% 0.64% -
XYZ 17.15 11.89 2.37 -
YUV 91.32 91.14 178.42 -
System Red Green Blue C M Y K H S L
Decimal 162 68 26 0 0.58 0.84 0.36 18.53 0.72 0.37
Hex A2 44 1A 0 3A 54 24 13 48 25
Octal 242 104 32 0 72 124 44 23 110 45
Binary 10100010 1000100 11010 0 111010 1010100 100100 10011 1001000 100101

Color Harmonies of #A2441A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2441A

Black with #A2441A

Text Example


Text Example

White with #A2441A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2441A; }

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

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

background-color css

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

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

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

border-color css

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

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

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