Html Css Color HEX #ABAF94 Bud

📋 copy color: '#ABAF94'

red 171 ◦ green 175 ◦ blue 148

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

Shades of Bud #ABAF94

Tints of Bud #ABAF94

RGB

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

 GREEN value IS 175 (68.75% from 255) = 35.43%

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 34.62%
G = 35.43%
B = 29.96%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#ABAF94 (or 0xABAF94) is known color: Bud. HEX triplet: AB, AF and 94. RGB value is (171,175,148). Sum of RGB (Red+Green+Blue) = 171+175+148=494 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.62% from 494); Green value is 175 (68.75% from 255 or 35.43% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF94 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF94 is #54506B. Grayscale: #AAAAAA. Windows color (decimal): -5525612 or 9744299. OLE color: 9744299.

HSL color Cylindrical-coordinate representation of color #ABAF94: hue angle of 68.89º degrees, saturation: 0.14, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABAF94 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 171 175 148 -
CMYK 0.02 0 0.15 0.31
HSL 68.89º 0.14% 0.63% -
HSV(B) 68.89º 0.15% 0.69% -
XYZ 37.47 41.46 34.04 -
YUV 170.73 115.17 128.2 -
System Red Green Blue C M Y K H S L
Decimal 171 175 148 0.02 0 0.15 0.31 68.89 0.14 0.63
Hex AB AF 94 2 0 F 1F 45 E 3F
Octal 253 257 224 2 0 17 37 105 16 77
Binary 10101011 10101111 10010100 10 0 1111 11111 1000101 1110 111111

Color Harmonies of #ABAF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF94

Black with #ABAF94

Text Example


Text Example

White with #ABAF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF94; }

 p { color: rgb(171,175,148); }

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

background-color css

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

 a { background-color: rgb(171,175,148); }

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

border-color css

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

 span { border-color: rgb(171,175,148); }

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