Html Css Color HEX #A1431A Rich Gold

📋 copy color: '#A1431A'

red 161 ◦ green 67 ◦ blue 26

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

Shades of Rich Gold #A1431A

Tints of Rich Gold #A1431A

RGB

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

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

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

R = 63.39%
G = 26.38%
B = 10.24%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#A1431A (or 0xA1431A) is known color: Rich Gold. HEX triplet: A1, 43 and 1A. RGB value is (161,67,26). Sum of RGB (Red+Green+Blue) = 161+67+26=254 (33% of max value = 765). Red value is 161 (63.28% from 255 or 63.39% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 26 (10.55% from 255 or 10.24% from 254); Max value from RGB is 161 - color contains mainly: red. Hex color #A1431A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #A1431A is #5EBCE5. Grayscale: #5A5A5A. Windows color (decimal): -6208742 or 1721249. OLE color: 1721249.

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

Color convert

RGB 161 67 26 -
CMYK 0 0.58 0.84 0.37
HSL 18.22º 0.72% 0.37% -
HSV(B) 18.22º 0.84% 0.63% -
XYZ 16.89 11.67 2.34 -
YUV 90.43 91.64 178.33 -
System Red Green Blue C M Y K H S L
Decimal 161 67 26 0 0.58 0.84 0.37 18.22 0.72 0.37
Hex A1 43 1A 0 3A 54 25 12 48 25
Octal 241 103 32 0 72 124 45 22 110 45
Binary 10100001 1000011 11010 0 111010 1010100 100101 10010 1001000 100101

Color Harmonies of #A1431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1431A

Black with #A1431A

Text Example


Text Example

White with #A1431A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1431A; }

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

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

background-color css

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

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

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

border-color css

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

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

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