Html Css Color HEX #AFB38C Bud

📋 copy color: '#AFB38C'

red 175 ◦ green 179 ◦ blue 140

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

Shades of Bud #AFB38C

Tints of Bud #AFB38C

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.23%

 BLUE value IS 140 (55.08% from 255) = 28.34%

R = 35.43%
G = 36.23%
B = 28.34%

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

#AFB38C (or 0xAFB38C) is known color: Bud. HEX triplet: AF, B3 and 8C. RGB value is (175,179,140). Sum of RGB (Red+Green+Blue) = 175+179+140=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 179 (70.31% from 255 or 36.23% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB38C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB38C is #504C73. Grayscale: #ADADAD. Windows color (decimal): -5262452 or 9221039. OLE color: 9221039.

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

Color convert

RGB 175 179 140 -
CMYK 0.02 0 0.22 0.30
HSL 66.15º 0.2% 0.63% -
HSV(B) 66.15º 0.22% 0.7% -
XYZ 38.53 43.25 31.13 -
YUV 173.36 109.17 129.17 -
System Red Green Blue C M Y K H S L
Decimal 175 179 140 0.02 0 0.22 0.30 66.15 0.2 0.63
Hex AF B3 8C 2 0 16 1E 42 14 3F
Octal 257 263 214 2 0 26 36 102 24 77
Binary 10101111 10110011 10001100 10 0 10110 11110 1000010 10100 111111

Color Harmonies of #AFB38C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB38C

Black with #AFB38C

Text Example


Text Example

White with #AFB38C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB38C; }

 p { color: rgb(175,179,140); }

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

background-color css

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

 a { background-color: rgb(175,179,140); }

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

border-color css

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

 span { border-color: rgb(175,179,140); }

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