Html Css Color HEX #AFB38B Bud

📋 copy color: '#AFB38B'

red 175 ◦ green 179 ◦ blue 139

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

Shades of Bud #AFB38B

Tints of Bud #AFB38B

RGB

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

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

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

R = 35.5%
G = 36.31%
B = 28.19%

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

#AFB38B (or 0xAFB38B) is known color: Bud. HEX triplet: AF, B3 and 8B. RGB value is (175,179,139). Sum of RGB (Red+Green+Blue) = 175+179+139=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 179 (70.31% from 255 or 36.31% from 493); Blue value is 139 (54.69% from 255 or 28.19% from 493); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB38B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB38B is #504C74. Grayscale: #ADADAD. Windows color (decimal): -5262453 or 9155503. OLE color: 9155503.

HSL color Cylindrical-coordinate representation of color #AFB38B: hue angle of 66º degrees, saturation: 0.21, 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 #AFB38B is Cyan = 0.02, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 179 139 -
CMYK 0.02 0 0.22 0.30
HSL 66º 0.21% 0.62% -
HSV(B) 66º 0.22% 0.7% -
XYZ 38.46 43.22 30.74 -
YUV 173.24 108.67 129.25 -
System Red Green Blue C M Y K H S L
Decimal 175 179 139 0.02 0 0.22 0.30 66 0.21 0.62
Hex AF B3 8B 2 0 16 1E 42 15 3E
Octal 257 263 213 2 0 26 36 102 25 76
Binary 10101111 10110011 10001011 10 0 10110 11110 1000010 10101 111110

Color Harmonies of #AFB38B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB38B

Black with #AFB38B

Text Example


Text Example

White with #AFB38B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB38B; }

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

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

background-color css

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

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

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

border-color css

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

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

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