Html Css Color HEX #A1818A Venus

📋 copy color: '#A1818A'

red 161 ◦ green 129 ◦ blue 138

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

Shades of Venus #A1818A

Tints of Venus #A1818A

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.14%

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 37.62%
G = 30.14%
B = 32.24%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1818A (or 0xA1818A) is known color: Venus. HEX triplet: A1, 81 and 8A. RGB value is (161,129,138). Sum of RGB (Red+Green+Blue) = 161+129+138=428 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.62% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 161 - color contains mainly: red. Hex color #A1818A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1818A is #5E7E75. Grayscale: #8B8B8B. Windows color (decimal): -6192758 or 9077153. OLE color: 9077153.

HSL color Cylindrical-coordinate representation of color #A1818A: hue angle of 343.12º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A1818A is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 129 138 -
CMYK 0 0.20 0.14 0.37
HSL 343.13º 0.15% 0.57% -
HSV(B) 343.13º 0.2% 0.63% -
XYZ 27.14 25.11 27.46 -
YUV 139.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 161 129 138 0 0.20 0.14 0.37 343.13 0.15 0.57
Hex A1 81 8A 0 14 E 25 157 F 39
Octal 241 201 212 0 24 16 45 527 17 71
Binary 10100001 10000001 10001010 0 10100 1110 100101 101010111 1111 111001

Color Harmonies of #A1818A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1818A

Black with #A1818A

Text Example


Text Example

White with #A1818A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1818A; }

 p { color: rgb(161,129,138); }

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

background-color css

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

 a { background-color: rgb(161,129,138); }

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

border-color css

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

 span { border-color: rgb(161,129,138); }

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