Html Css Color HEX #A1521B Rich Gold

📋 copy color: '#A1521B'

red 161 ◦ green 82 ◦ blue 27

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

Shades of Rich Gold #A1521B

Tints of Rich Gold #A1521B

RGB

 RED value IS 161 (63.28% from 255) = 59.63%

 GREEN value IS 82 (32.42% from 255) = 30.37%

 BLUE value IS 27 (10.94% from 255) = 10%

R = 59.63%
G = 30.37%
B = 10%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.83

 K value IS 0.37

RGB Variations

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

Color information

#A1521B (or 0xA1521B) is known color: Rich Gold. HEX triplet: A1, 52 and 1B. RGB value is (161,82,27). Sum of RGB (Red+Green+Blue) = 161+82+27=270 (35% of max value = 765). Red value is 161 (63.28% from 255 or 59.63% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 27 (10.94% from 255 or 10% from 270); Max value from RGB is 161 - color contains mainly: red. Hex color #A1521B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #A1521B is #5EADE4. Grayscale: #636363. Windows color (decimal): -6204901 or 1790625. OLE color: 1790625.

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

Color convert

RGB 161 82 27 -
CMYK 0 0.49 0.83 0.37
HSL 24.63º 0.71% 0.37% -
HSV(B) 24.63º 0.83% 0.63% -
XYZ 17.91 13.69 2.74 -
YUV 99.35 87.17 171.97 -
System Red Green Blue C M Y K H S L
Decimal 161 82 27 0 0.49 0.83 0.37 24.63 0.71 0.37
Hex A1 52 1B 0 31 53 25 19 47 25
Octal 241 122 33 0 61 123 45 31 107 45
Binary 10100001 1010010 11011 0 110001 1010011 100101 11001 1000111 100101

Color Harmonies of #A1521B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1521B

Black with #A1521B

Text Example


Text Example

White with #A1521B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1521B; }

 p { color: rgb(161,82,27); }

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

background-color css

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

 a { background-color: rgb(161,82,27); }

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

border-color css

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

 span { border-color: rgb(161,82,27); }

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