Html Css Color HEX #A2531A Rich Gold

📋 copy color: '#A2531A'

red 162 ◦ green 83 ◦ blue 26

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

Shades of Rich Gold #A2531A

Tints of Rich Gold #A2531A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 30.63%

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

R = 59.78%
G = 30.63%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2531A (or 0xA2531A) is known color: Rich Gold. HEX triplet: A2, 53 and 1A. RGB value is (162,83,26). Sum of RGB (Red+Green+Blue) = 162+83+26=271 (35% of max value = 765). Red value is 162 (63.67% from 255 or 59.78% from 271); Green value is 83 (32.81% from 255 or 30.63% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 162 - color contains mainly: red. Hex color #A2531A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2531A is #5DACE5. Grayscale: #646464. Windows color (decimal): -6139110 or 1725346. OLE color: 1725346.

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

Color convert

RGB 162 83 26 -
CMYK 0 0.49 0.84 0.36
HSL 25.15º 0.72% 0.37% -
HSV(B) 25.15º 0.84% 0.64% -
XYZ 18.18 13.94 2.71 -
YUV 100.12 86.17 172.13 -
System Red Green Blue C M Y K H S L
Decimal 162 83 26 0 0.49 0.84 0.36 25.15 0.72 0.37
Hex A2 53 1A 0 31 54 24 19 48 25
Octal 242 123 32 0 61 124 44 31 110 45
Binary 10100010 1010011 11010 0 110001 1010100 100100 11001 1001000 100101

Color Harmonies of #A2531A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2531A

Black with #A2531A

Text Example


Text Example

White with #A2531A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2531A; }

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

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

background-color css

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

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

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

border-color css

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

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

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