Html Css Color HEX #A07B88 Venus

📋 copy color: '#A07B88'

red 160 ◦ green 123 ◦ blue 136

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

Shades of Venus #A07B88

Tints of Venus #A07B88

RGB

 RED value IS 160 (62.89% from 255) = 38.19%

 GREEN value IS 123 (48.44% from 255) = 29.36%

 BLUE value IS 136 (53.52% from 255) = 32.46%

R = 38.19%
G = 29.36%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.37

RGB Variations

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

Color information

#A07B88 (or 0xA07B88) is known color: Venus. HEX triplet: A0, 7B and 88. RGB value is (160,123,136). Sum of RGB (Red+Green+Blue) = 160+123+136=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 136 (53.52% from 255 or 32.46% from 419); Max value from RGB is 160 - color contains mainly: red. Hex color #A07B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07B88 is #5F8477. Grayscale: #878787. Windows color (decimal): -6259832 or 8944544. OLE color: 8944544.

HSL color Cylindrical-coordinate representation of color #A07B88: hue angle of 338.92º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A07B88 is Cyan = 0, Magento = 0.23, Yellow = 0.15 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 123 136 -
CMYK 0 0.23 0.15 0.37
HSL 338.92º 0.16% 0.55% -
HSV(B) 338.92º 0.23% 0.63% -
XYZ 26.02 23.42 26.44 -
YUV 135.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 160 123 136 0 0.23 0.15 0.37 338.92 0.16 0.55
Hex A0 7B 88 0 17 F 25 153 10 37
Octal 240 173 210 0 27 17 45 523 20 67
Binary 10100000 1111011 10001000 0 10111 1111 100101 101010011 10000 110111

Color Harmonies of #A07B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07B88

Black with #A07B88

Text Example


Text Example

White with #A07B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07B88; }

 p { color: rgb(160,123,136); }

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

background-color css

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

 a { background-color: rgb(160,123,136); }

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

border-color css

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

 span { border-color: rgb(160,123,136); }

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