Html Css Color HEX #AFB18A Bud

📋 copy color: '#AFB18A'

red 175 ◦ green 177 ◦ blue 138

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

Shades of Bud #AFB18A

Tints of Bud #AFB18A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 28.16%

R = 35.71%
G = 36.12%
B = 28.16%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AFB18A (or 0xAFB18A) is known color: Bud. HEX triplet: AF, B1 and 8A. RGB value is (175,177,138). Sum of RGB (Red+Green+Blue) = 175+177+138=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 177 (69.53% from 255 or 36.12% from 490); Blue value is 138 (54.30% from 255 or 28.16% from 490); Max value from RGB is 177 - color contains mainly: green. Hex color #AFB18A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB18A is #504E75. Grayscale: #ACACAC. Windows color (decimal): -5262966 or 9089455. OLE color: 9089455.

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

Color convert

RGB 175 177 138 -
CMYK 0.01 0 0.22 0.31
HSL 63.08º 0.2% 0.62% -
HSV(B) 63.08º 0.22% 0.69% -
XYZ 37.99 42.39 30.23 -
YUV 171.96 108.84 130.17 -
System Red Green Blue C M Y K H S L
Decimal 175 177 138 0.01 0 0.22 0.31 63.08 0.2 0.62
Hex AF B1 8A 1 0 16 1F 3F 14 3E
Octal 257 261 212 1 0 26 37 77 24 76
Binary 10101111 10110001 10001010 1 0 10110 11111 111111 10100 111110

Color Harmonies of #AFB18A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB18A

Black with #AFB18A

Text Example


Text Example

White with #AFB18A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB18A; }

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

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

background-color css

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

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

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

border-color css

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

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

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