Html Css Color HEX #A2571A Rich Gold

📋 copy color: '#A2571A'

red 162 ◦ green 87 ◦ blue 26

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

Shades of Rich Gold #A2571A

Tints of Rich Gold #A2571A

RGB

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

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

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

R = 58.91%
G = 31.64%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2571A (or 0xA2571A) is known color: Rich Gold. HEX triplet: A2, 57 and 1A. RGB value is (162,87,26). Sum of RGB (Red+Green+Blue) = 162+87+26=275 (36% of max value = 765). Red value is 162 (63.67% from 255 or 58.91% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 26 (10.55% from 255 or 9.45% from 275); Max value from RGB is 162 - color contains mainly: red. Hex color #A2571A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A2571A is #5DA8E5. Grayscale: #666666. Windows color (decimal): -6138086 or 1726370. OLE color: 1726370.

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

Color convert

RGB 162 87 26 -
CMYK 0 0.46 0.84 0.36
HSL 26.91º 0.72% 0.37% -
HSV(B) 26.91º 0.84% 0.64% -
XYZ 18.49 14.57 2.82 -
YUV 102.47 84.85 170.46 -
System Red Green Blue C M Y K H S L
Decimal 162 87 26 0 0.46 0.84 0.36 26.91 0.72 0.37
Hex A2 57 1A 0 2E 54 24 1B 48 25
Octal 242 127 32 0 56 124 44 33 110 45
Binary 10100010 1010111 11010 0 101110 1010100 100100 11011 1001000 100101

Color Harmonies of #A2571A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2571A

Black with #A2571A

Text Example


Text Example

White with #A2571A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2571A; }

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

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

background-color css

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

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

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

border-color css

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

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

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