Html Css Color HEX #A2431A Rich Gold

📋 copy color: '#A2431A'

red 162 ◦ green 67 ◦ blue 26

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

Shades of Rich Gold #A2431A

Tints of Rich Gold #A2431A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.27%

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

R = 63.53%
G = 26.27%
B = 10.2%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.84

 K value IS 0.36

RGB Variations

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

Color information

#A2431A (or 0xA2431A) is known color: Rich Gold. HEX triplet: A2, 43 and 1A. RGB value is (162,67,26). Sum of RGB (Red+Green+Blue) = 162+67+26=255 (33% of max value = 765). Red value is 162 (63.67% from 255 or 63.53% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 26 (10.55% from 255 or 10.20% from 255); Max value from RGB is 162 - color contains mainly: red. Hex color #A2431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A2431A is #5DBCE5. Grayscale: #5A5A5A. Windows color (decimal): -6143206 or 1721250. OLE color: 1721250.

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

Color convert

RGB 162 67 26 -
CMYK 0 0.59 0.84 0.36
HSL 18.09º 0.72% 0.37% -
HSV(B) 18.09º 0.84% 0.64% -
XYZ 17.09 11.77 2.35 -
YUV 90.73 91.47 178.83 -
System Red Green Blue C M Y K H S L
Decimal 162 67 26 0 0.59 0.84 0.36 18.09 0.72 0.37
Hex A2 43 1A 0 3B 54 24 12 48 25
Octal 242 103 32 0 73 124 44 22 110 45
Binary 10100010 1000011 11010 0 111011 1010100 100100 10010 1001000 100101

Color Harmonies of #A2431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A2431A

Black with #A2431A

Text Example


Text Example

White with #A2431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A2431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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