Html Css Color HEX #AFB08E Bud

📋 copy color: '#AFB08E'

red 175 ◦ green 176 ◦ blue 142

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

Shades of Bud #AFB08E

Tints of Bud #AFB08E

RGB

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

 GREEN value IS 176 (69.14% from 255) = 35.7%

 BLUE value IS 142 (55.86% from 255) = 28.8%

R = 35.5%
G = 35.7%
B = 28.8%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AFB08E (or 0xAFB08E) is known color: Bud. HEX triplet: AF, B0 and 8E. RGB value is (175,176,142). Sum of RGB (Red+Green+Blue) = 175+176+142=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 176 (69.14% from 255 or 35.70% from 493); Blue value is 142 (55.86% from 255 or 28.80% from 493); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB08E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB08E is #504F71. Grayscale: #ABABAB. Windows color (decimal): -5263218 or 9351343. OLE color: 9351343.

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

Color convert

RGB 175 176 142 -
CMYK 0.01 0 0.19 0.31
HSL 61.76º 0.18% 0.62% -
HSV(B) 61.76º 0.19% 0.69% -
XYZ 38.09 42.12 31.71 -
YUV 171.83 111.17 130.26 -
System Red Green Blue C M Y K H S L
Decimal 175 176 142 0.01 0 0.19 0.31 61.76 0.18 0.62
Hex AF B0 8E 1 0 13 1F 3E 12 3E
Octal 257 260 216 1 0 23 37 76 22 76
Binary 10101111 10110000 10001110 1 0 10011 11111 111110 10010 111110

Color Harmonies of #AFB08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB08E

Black with #AFB08E

Text Example


Text Example

White with #AFB08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB08E; }

 p { color: rgb(175,176,142); }

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

background-color css

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

 a { background-color: rgb(175,176,142); }

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

border-color css

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

 span { border-color: rgb(175,176,142); }

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