Html Css Color HEX #ABAE88 Bud

📋 copy color: '#ABAE88'

red 171 ◦ green 174 ◦ blue 136

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

Shades of Bud #ABAE88

Tints of Bud #ABAE88

RGB

 RED value IS 171 (67.19% from 255) = 35.55%

 GREEN value IS 174 (68.36% from 255) = 36.17%

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

R = 35.55%
G = 36.17%
B = 28.27%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#ABAE88 (or 0xABAE88) is known color: Bud. HEX triplet: AB, AE and 88. RGB value is (171,174,136). Sum of RGB (Red+Green+Blue) = 171+174+136=481 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.55% from 481); Green value is 174 (68.36% from 255 or 36.17% from 481); Blue value is 136 (53.52% from 255 or 28.27% from 481); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE88 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE88 is #545177. Grayscale: #A8A8A8. Windows color (decimal): -5525880 or 8957611. OLE color: 8957611.

HSL color Cylindrical-coordinate representation of color #ABAE88: hue angle of 64.74º degrees, saturation: 0.19, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABAE88 is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 171 174 136 -
CMYK 0.02 0 0.22 0.32
HSL 64.74º 0.19% 0.61% -
HSV(B) 64.74º 0.22% 0.68% -
XYZ 36.37 40.71 29.23 -
YUV 168.77 109.51 129.59 -
System Red Green Blue C M Y K H S L
Decimal 171 174 136 0.02 0 0.22 0.32 64.74 0.19 0.61
Hex AB AE 88 2 0 16 20 41 13 3D
Octal 253 256 210 2 0 26 40 101 23 75
Binary 10101011 10101110 10001000 10 0 10110 100000 1000001 10011 111101

Color Harmonies of #ABAE88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE88

Black with #ABAE88

Text Example


Text Example

White with #ABAE88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE88; }

 p { color: rgb(171,174,136); }

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

background-color css

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

 a { background-color: rgb(171,174,136); }

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

border-color css

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

 span { border-color: rgb(171,174,136); }

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