Html Css Color HEX #A2571C Rich Gold

📋 copy color: '#A2571C'

red 162 ◦ green 87 ◦ blue 28

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

Shades of Rich Gold #A2571C

Tints of Rich Gold #A2571C

RGB

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

 GREEN value IS 87 (34.38% from 255) = 31.41%

 BLUE value IS 28 (11.33% from 255) = 10.11%

R = 58.48%
G = 31.41%
B = 10.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.83

 K value IS 0.36

RGB Variations

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

Color information

#A2571C (or 0xA2571C) is known color: Rich Gold. HEX triplet: A2, 57 and 1C. RGB value is (162,87,28). Sum of RGB (Red+Green+Blue) = 162+87+28=277 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.48% from 277); Green value is 87 (34.38% from 255 or 31.41% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 162 - color contains mainly: red. Hex color #A2571C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2571C is #5DA8E3. Grayscale: #676767. Windows color (decimal): -6138084 or 1857442. OLE color: 1857442.

HSL color Cylindrical-coordinate representation of color #A2571C: hue angle of 26.42º degrees, saturation: 0.71, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #A2571C is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 87 28 -
CMYK 0 0.46 0.83 0.36
HSL 26.42º 0.71% 0.37% -
HSV(B) 26.42º 0.83% 0.64% -
XYZ 18.52 14.58 2.94 -
YUV 102.7 85.85 170.3 -
System Red Green Blue C M Y K H S L
Decimal 162 87 28 0 0.46 0.83 0.36 26.42 0.71 0.37
Hex A2 57 1C 0 2E 53 24 1A 47 25
Octal 242 127 34 0 56 123 44 32 107 45
Binary 10100010 1010111 11100 0 101110 1010011 100100 11010 1000111 100101

Color Harmonies of #A2571C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2571C

Black with #A2571C

Text Example


Text Example

White with #A2571C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2571C; }

 p { color: rgb(162,87,28); }

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

background-color css

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

 a { background-color: rgb(162,87,28); }

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

border-color css

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

 span { border-color: rgb(162,87,28); }

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