Html Css Color HEX #A1828A Venus

📋 copy color: '#A1828A'

red 161 ◦ green 130 ◦ blue 138

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

Shades of Venus #A1828A

Tints of Venus #A1828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 30.3%

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

R = 37.53%
G = 30.3%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.14

 K value IS 0.37

RGB Variations

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

Color information

#A1828A (or 0xA1828A) is known color: Venus. HEX triplet: A1, 82 and 8A. RGB value is (161,130,138). Sum of RGB (Red+Green+Blue) = 161+130+138=429 (56% of max value = 765). Red value is 161 (63.28% from 255 or 37.53% from 429); Green value is 130 (51.17% from 255 or 30.30% from 429); Blue value is 138 (54.30% from 255 or 32.17% from 429); Max value from RGB is 161 - color contains mainly: red. Hex color #A1828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #A1828A is #5E7D75. Grayscale: #8C8C8C. Windows color (decimal): -6192502 or 9077409. OLE color: 9077409.

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

Color convert

RGB 161 130 138 -
CMYK 0 0.19 0.14 0.37
HSL 344.52º 0.14% 0.57% -
HSV(B) 344.52º 0.19% 0.63% -
XYZ 27.27 25.38 27.51 -
YUV 140.18 126.77 142.85 -
System Red Green Blue C M Y K H S L
Decimal 161 130 138 0 0.19 0.14 0.37 344.52 0.14 0.57
Hex A1 82 8A 0 13 E 25 159 E 39
Octal 241 202 212 0 23 16 45 531 16 71
Binary 10100001 10000010 10001010 0 10011 1110 100101 101011001 1110 111001

Color Harmonies of #A1828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A1828A

Black with #A1828A

Text Example


Text Example

White with #A1828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A1828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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