Html Css Color HEX #AFB393 Bud

📋 copy color: '#AFB393'

red 175 ◦ green 179 ◦ blue 147

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

Shades of Bud #AFB393

Tints of Bud #AFB393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 29.34%

R = 34.93%
G = 35.73%
B = 29.34%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#AFB393 (or 0xAFB393) is known color: Bud. HEX triplet: AF, B3 and 93. RGB value is (175,179,147). Sum of RGB (Red+Green+Blue) = 175+179+147=501 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.93% from 501); Green value is 179 (70.31% from 255 or 35.73% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 179 - color contains mainly: green. Hex color #AFB393 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB393 is #504C6C. Grayscale: #AEAEAE. Windows color (decimal): -5262445 or 9679791. OLE color: 9679791.

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

Color convert

RGB 175 179 147 -
CMYK 0.02 0 0.18 0.30
HSL 67.5º 0.17% 0.64% -
HSV(B) 67.5º 0.18% 0.7% -
XYZ 39.07 43.46 33.93 -
YUV 174.16 112.67 128.6 -
System Red Green Blue C M Y K H S L
Decimal 175 179 147 0.02 0 0.18 0.30 67.5 0.17 0.64
Hex AF B3 93 2 0 12 1E 44 11 40
Octal 257 263 223 2 0 22 36 104 21 100
Binary 10101111 10110011 10010011 10 0 10010 11110 1000100 10001 1000000

Color Harmonies of #AFB393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB393

Black with #AFB393

Text Example


Text Example

White with #AFB393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB393; }

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

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

background-color css

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

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

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

border-color css

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

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

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