Html Css Color HEX #AFB296 Bud

📋 copy color: '#AFB296'

red 175 ◦ green 178 ◦ blue 150

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

Shades of Bud #AFB296

Tints of Bud #AFB296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 29.82%

R = 34.79%
G = 35.39%
B = 29.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#AFB296 (or 0xAFB296) is known color: Bud. HEX triplet: AF, B2 and 96. RGB value is (175,178,150). Sum of RGB (Red+Green+Blue) = 175+178+150=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 178 (69.92% from 255 or 35.39% from 503); Blue value is 150 (58.98% from 255 or 29.82% from 503); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB296 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB296 is #504D69. Grayscale: #AEAEAE. Windows color (decimal): -5262698 or 9876143. OLE color: 9876143.

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

Color convert

RGB 175 178 150 -
CMYK 0.02 0 0.16 0.30
HSL 66.43º 0.15% 0.64% -
HSV(B) 66.43º 0.16% 0.7% -
XYZ 39.1 43.16 35.12 -
YUV 173.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 175 178 150 0.02 0 0.16 0.30 66.43 0.15 0.64
Hex AF B2 96 2 0 10 1E 42 F 40
Octal 257 262 226 2 0 20 36 102 17 100
Binary 10101111 10110010 10010110 10 0 10000 11110 1000010 1111 1000000

Color Harmonies of #AFB296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB296

Black with #AFB296

Text Example


Text Example

White with #AFB296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB296; }

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

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

background-color css

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

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

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

border-color css

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

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

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