Html Css Color HEX #AFB291 Bud

📋 copy color: '#AFB291'

red 175 ◦ green 178 ◦ blue 145

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

Shades of Bud #AFB291

Tints of Bud #AFB291

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.12%

R = 35.14%
G = 35.74%
B = 29.12%

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

#AFB291 (or 0xAFB291) is known color: Bud. HEX triplet: AF, B2 and 91. RGB value is (175,178,145). Sum of RGB (Red+Green+Blue) = 175+178+145=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 178 (69.92% from 255 or 35.74% from 498); Blue value is 145 (57.03% from 255 or 29.12% from 498); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB291 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB291 is #504D6E. Grayscale: #ADADAD. Windows color (decimal): -5262703 or 9548463. OLE color: 9548463.

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

Color convert

RGB 175 178 145 -
CMYK 0.02 0 0.19 0.30
HSL 65.45º 0.18% 0.63% -
HSV(B) 65.45º 0.19% 0.7% -
XYZ 38.71 43 33.05 -
YUV 173.34 112.01 129.18 -
System Red Green Blue C M Y K H S L
Decimal 175 178 145 0.02 0 0.19 0.30 65.45 0.18 0.63
Hex AF B2 91 2 0 13 1E 41 12 3F
Octal 257 262 221 2 0 23 36 101 22 77
Binary 10101111 10110010 10010001 10 0 10011 11110 1000001 10010 111111

Color Harmonies of #AFB291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB291

Black with #AFB291

Text Example


Text Example

White with #AFB291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB291; }

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

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

background-color css

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

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

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

border-color css

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

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

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