Html Css Color HEX #AFB28B Bud

📋 copy color: '#AFB28B'

red 175 ◦ green 178 ◦ blue 139

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

Shades of Bud #AFB28B

Tints of Bud #AFB28B

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.18%

 BLUE value IS 139 (54.69% from 255) = 28.25%

R = 35.57%
G = 36.18%
B = 28.25%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#AFB28B (or 0xAFB28B) is known color: Bud. HEX triplet: AF, B2 and 8B. RGB value is (175,178,139). Sum of RGB (Red+Green+Blue) = 175+178+139=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB28B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB28B is #504D74. Grayscale: #ACACAC. Windows color (decimal): -5262709 or 9155247. OLE color: 9155247.

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

Color convert

RGB 175 178 139 -
CMYK 0.02 0 0.22 0.30
HSL 64.62º 0.2% 0.62% -
HSV(B) 64.62º 0.22% 0.7% -
XYZ 38.26 42.82 30.67 -
YUV 172.66 109.01 129.67 -
System Red Green Blue C M Y K H S L
Decimal 175 178 139 0.02 0 0.22 0.30 64.62 0.2 0.62
Hex AF B2 8B 2 0 16 1E 41 14 3E
Octal 257 262 213 2 0 26 36 101 24 76
Binary 10101111 10110010 10001011 10 0 10110 11110 1000001 10100 111110

Color Harmonies of #AFB28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB28B

Black with #AFB28B

Text Example


Text Example

White with #AFB28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB28B; }

 p { color: rgb(175,178,139); }

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

background-color css

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

 a { background-color: rgb(175,178,139); }

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

border-color css

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

 span { border-color: rgb(175,178,139); }

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