Html Css Color HEX #ABAE8A Bud

📋 copy color: '#ABAE8A'

red 171 ◦ green 174 ◦ blue 138

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

Shades of Bud #ABAE8A

Tints of Bud #ABAE8A

RGB

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

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

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

R = 35.4%
G = 36.02%
B = 28.57%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#ABAE8A (or 0xABAE8A) is known color: Bud. HEX triplet: AB, AE and 8A. RGB value is (171,174,138). Sum of RGB (Red+Green+Blue) = 171+174+138=483 (63% of max value = 765). Red value is 171 (67.19% from 255 or 35.40% from 483); Green value is 174 (68.36% from 255 or 36.02% from 483); Blue value is 138 (54.30% from 255 or 28.57% from 483); Max value from RGB is 174 - color contains mainly: green. Hex color #ABAE8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAE8A is #545175. Grayscale: #A9A9A9. Windows color (decimal): -5525878 or 9088683. OLE color: 9088683.

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

Color convert

RGB 171 174 138 -
CMYK 0.02 0 0.21 0.32
HSL 65º 0.18% 0.61% -
HSV(B) 65º 0.21% 0.68% -
XYZ 36.52 40.77 29.99 -
YUV 169 110.51 129.43 -
System Red Green Blue C M Y K H S L
Decimal 171 174 138 0.02 0 0.21 0.32 65 0.18 0.61
Hex AB AE 8A 2 0 15 20 41 12 3D
Octal 253 256 212 2 0 25 40 101 22 75
Binary 10101011 10101110 10001010 10 0 10101 100000 1000001 10010 111101

Color Harmonies of #ABAE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAE8A

Black with #ABAE8A

Text Example


Text Example

White with #ABAE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAE8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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