Html Css Color HEX #A2481A Rich Gold

📋 copy color: '#A2481A'

red 162 ◦ green 72 ◦ blue 26

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

Shades of Rich Gold #A2481A

Tints of Rich Gold #A2481A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.69%

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

R = 62.31%
G = 27.69%
B = 10%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2481A (or 0xA2481A) is known color: Rich Gold. HEX triplet: A2, 48 and 1A. RGB value is (162,72,26). Sum of RGB (Red+Green+Blue) = 162+72+26=260 (34% of max value = 765). Red value is 162 (63.67% from 255 or 62.31% from 260); Green value is 72 (28.52% from 255 or 27.69% from 260); Blue value is 26 (10.55% from 255 or 10% from 260); Max value from RGB is 162 - color contains mainly: red. Hex color #A2481A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2481A is #5DB7E5. Grayscale: #5D5D5D. Windows color (decimal): -6141926 or 1722530. OLE color: 1722530.

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

Color convert

RGB 162 72 26 -
CMYK 0 0.56 0.84 0.36
HSL 20.29º 0.72% 0.37% -
HSV(B) 20.29º 0.84% 0.64% -
XYZ 17.4 12.39 2.45 -
YUV 93.67 89.82 176.74 -
System Red Green Blue C M Y K H S L
Decimal 162 72 26 0 0.56 0.84 0.36 20.29 0.72 0.37
Hex A2 48 1A 0 38 54 24 14 48 25
Octal 242 110 32 0 70 124 44 24 110 45
Binary 10100010 1001000 11010 0 111000 1010100 100100 10100 1001000 100101

Color Harmonies of #A2481A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2481A

Black with #A2481A

Text Example


Text Example

White with #A2481A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2481A; }

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

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

background-color css

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

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

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

border-color css

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

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

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