Html Css Color HEX #ABAF92 Bud

📋 copy color: '#ABAF92'

red 171 ◦ green 175 ◦ blue 146

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

Shades of Bud #ABAF92

Tints of Bud #ABAF92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.67%

R = 34.76%
G = 35.57%
B = 29.67%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#ABAF92 (or 0xABAF92) is known color: Bud. HEX triplet: AB, AF and 92. RGB value is (171,175,146). Sum of RGB (Red+Green+Blue) = 171+175+146=492 (65% of max value = 765). Red value is 171 (67.19% from 255 or 34.76% from 492); Green value is 175 (68.75% from 255 or 35.57% from 492); Blue value is 146 (57.42% from 255 or 29.67% from 492); Max value from RGB is 175 - color contains mainly: green. Hex color #ABAF92 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #ABAF92 is #54506D. Grayscale: #AAAAAA. Windows color (decimal): -5525614 or 9613227. OLE color: 9613227.

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

Color convert

RGB 171 175 146 -
CMYK 0.02 0 0.17 0.31
HSL 68.28º 0.15% 0.63% -
HSV(B) 68.28º 0.17% 0.69% -
XYZ 37.31 41.39 33.22 -
YUV 170.5 114.17 128.36 -
System Red Green Blue C M Y K H S L
Decimal 171 175 146 0.02 0 0.17 0.31 68.28 0.15 0.63
Hex AB AF 92 2 0 11 1F 44 F 3F
Octal 253 257 222 2 0 21 37 104 17 77
Binary 10101011 10101111 10010010 10 0 10001 11111 1000100 1111 111111

Color Harmonies of #ABAF92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABAF92

Black with #ABAF92

Text Example


Text Example

White with #ABAF92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABAF92; }

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

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

background-color css

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

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

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

border-color css

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

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

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