Html Css Color HEX #AFB188 Bud

📋 copy color: '#AFB188'

red 175 ◦ green 177 ◦ blue 136

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

Shades of Bud #AFB188

Tints of Bud #AFB188

RGB

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

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

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

R = 35.86%
G = 36.27%
B = 27.87%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AFB188 (or 0xAFB188) is known color: Bud. HEX triplet: AF, B1 and 88. RGB value is (175,177,136). Sum of RGB (Red+Green+Blue) = 175+177+136=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 177 (69.53% from 255 or 36.27% from 488); Blue value is 136 (53.52% from 255 or 27.87% from 488); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB188 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB188 is #504E77. Grayscale: #ABABAB. Windows color (decimal): -5262968 or 8958383. OLE color: 8958383.

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

Color convert

RGB 175 177 136 -
CMYK 0.01 0 0.23 0.31
HSL 62.93º 0.21% 0.61% -
HSV(B) 62.93º 0.23% 0.69% -
XYZ 37.85 42.34 29.47 -
YUV 171.73 107.84 130.33 -
System Red Green Blue C M Y K H S L
Decimal 175 177 136 0.01 0 0.23 0.31 62.93 0.21 0.61
Hex AF B1 88 1 0 17 1F 3F 15 3D
Octal 257 261 210 1 0 27 37 77 25 75
Binary 10101111 10110001 10001000 1 0 10111 11111 111111 10101 111101

Color Harmonies of #AFB188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB188

Black with #AFB188

Text Example


Text Example

White with #AFB188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB188; }

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

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

background-color css

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

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

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

border-color css

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

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

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