Html Css Color HEX #AFB290 Bud

📋 copy color: '#AFB290'

red 175 ◦ green 178 ◦ blue 144

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

Shades of Bud #AFB290

Tints of Bud #AFB290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 28.97%

R = 35.21%
G = 35.81%
B = 28.97%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#AFB290 (or 0xAFB290) is known color: Bud. HEX triplet: AF, B2 and 90. RGB value is (175,178,144). Sum of RGB (Red+Green+Blue) = 175+178+144=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 178 (69.92% from 255 or 35.81% from 497); Blue value is 144 (56.64% from 255 or 28.97% from 497); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB290 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB290 is #504D6F. Grayscale: #ADADAD. Windows color (decimal): -5262704 or 9482927. OLE color: 9482927.

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

Color convert

RGB 175 178 144 -
CMYK 0.02 0 0.19 0.30
HSL 65.29º 0.18% 0.63% -
HSV(B) 65.29º 0.19% 0.7% -
XYZ 38.63 42.97 32.64 -
YUV 173.23 111.51 129.26 -
System Red Green Blue C M Y K H S L
Decimal 175 178 144 0.02 0 0.19 0.30 65.29 0.18 0.63
Hex AF B2 90 2 0 13 1E 41 12 3F
Octal 257 262 220 2 0 23 36 101 22 77
Binary 10101111 10110010 10010000 10 0 10011 11110 1000001 10010 111111

Color Harmonies of #AFB290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB290

Black with #AFB290

Text Example


Text Example

White with #AFB290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB290; }

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

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

background-color css

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

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

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

border-color css

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

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

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