Html Css Color HEX #A2531E Rich Gold

📋 copy color: '#A2531E'

red 162 ◦ green 83 ◦ blue 30

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

Shades of Rich Gold #A2531E

Tints of Rich Gold #A2531E

RGB

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

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

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

R = 58.91%
G = 30.18%
B = 10.91%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.81

 K value IS 0.36

RGB Variations

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

Color information

#A2531E (or 0xA2531E) is known color: Rich Gold. HEX triplet: A2, 53 and 1E. RGB value is (162,83,30). Sum of RGB (Red+Green+Blue) = 162+83+30=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 30 (12.11% from 255 or 10.91% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2531E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2531E is #5DACE1. Grayscale: #646464. Windows color (decimal): -6139106 or 1987490. OLE color: 1987490.

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

Color convert

RGB 162 83 30 -
CMYK 0 0.49 0.81 0.36
HSL 24.09º 0.69% 0.38% -
HSV(B) 24.09º 0.81% 0.64% -
XYZ 18.23 13.96 2.96 -
YUV 100.58 88.17 171.81 -
System Red Green Blue C M Y K H S L
Decimal 162 83 30 0 0.49 0.81 0.36 24.09 0.69 0.38
Hex A2 53 1E 0 31 51 24 18 45 26
Octal 242 123 36 0 61 121 44 30 105 46
Binary 10100010 1010011 11110 0 110001 1010001 100100 11000 1000101 100110

Color Harmonies of #A2531E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2531E

Black with #A2531E

Text Example


Text Example

White with #A2531E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2531E; }

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

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

background-color css

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

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

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

border-color css

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

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

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