Html Css Color HEX #A2481E Rich Gold

📋 copy color: '#A2481E'

red 162 ◦ green 72 ◦ blue 30

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

Shades of Rich Gold #A2481E

Tints of Rich Gold #A2481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.36%

R = 61.36%
G = 27.27%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2481E (or 0xA2481E) is known color: Rich Gold. HEX triplet: A2, 48 and 1E. RGB value is (162,72,30). Sum of RGB (Red+Green+Blue) = 162+72+30=264 (34% of max value = 765). Red value is 162 (63.67% from 255 or 61.36% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 30 (12.11% from 255 or 11.36% from 264); Max value from RGB is 162 - color contains mainly: red. Hex color #A2481E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2481E is #5DB7E1. Grayscale: #5E5E5E. Windows color (decimal): -6141922 or 1984674. OLE color: 1984674.

HSL color Cylindrical-coordinate representation of color #A2481E: hue angle of 19.09º degrees, saturation: 0.69, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #A2481E is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 72 30 -
CMYK 0 0.56 0.81 0.36
HSL 19.09º 0.69% 0.38% -
HSV(B) 19.09º 0.81% 0.64% -
XYZ 17.45 12.41 2.7 -
YUV 94.12 91.82 176.42 -
System Red Green Blue C M Y K H S L
Decimal 162 72 30 0 0.56 0.81 0.36 19.09 0.69 0.38
Hex A2 48 1E 0 38 51 24 13 45 26
Octal 242 110 36 0 70 121 44 23 105 46
Binary 10100010 1001000 11110 0 111000 1010001 100100 10011 1000101 100110

Color Harmonies of #A2481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2481E

Black with #A2481E

Text Example


Text Example

White with #A2481E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2481E; }

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

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

background-color css

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

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

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

border-color css

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

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

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