Html Css Color HEX #AFB194 Bud

📋 copy color: '#AFB194'

red 175 ◦ green 177 ◦ blue 148

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

Shades of Bud #AFB194

Tints of Bud #AFB194

RGB

 RED value IS 175 (68.75% from 255) = 35%

 GREEN value IS 177 (69.53% from 255) = 35.4%

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

R = 35%
G = 35.4%
B = 29.6%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#AFB194 (or 0xAFB194) is known color: Bud. HEX triplet: AF, B1 and 94. RGB value is (175,177,148). Sum of RGB (Red+Green+Blue) = 175+177+148=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 177 (69.53% from 255 or 35.4% from 500); Blue value is 148 (58.20% from 255 or 29.6% from 500); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB194 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB194 is #504E6B. Grayscale: #ADADAD. Windows color (decimal): -5262956 or 9744815. OLE color: 9744815.

HSL color Cylindrical-coordinate representation of color #AFB194: hue angle of 64.14º degrees, saturation: 0.16, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #AFB194 is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 177 148 -
CMYK 0.01 0 0.16 0.31
HSL 64.14º 0.16% 0.64% -
HSV(B) 64.14º 0.16% 0.69% -
XYZ 38.75 42.7 34.22 -
YUV 173.1 113.84 129.36 -
System Red Green Blue C M Y K H S L
Decimal 175 177 148 0.01 0 0.16 0.31 64.14 0.16 0.64
Hex AF B1 94 1 0 10 1F 40 10 40
Octal 257 261 224 1 0 20 37 100 20 100
Binary 10101111 10110001 10010100 1 0 10000 11111 1000000 10000 1000000

Color Harmonies of #AFB194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB194

Black with #AFB194

Text Example


Text Example

White with #AFB194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB194; }

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

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

background-color css

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

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

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

border-color css

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

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

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