Html Css Color HEX #AFB488 Bud

📋 copy color: '#AFB488'

red 175 ◦ green 180 ◦ blue 136

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

Shades of Bud #AFB488

Tints of Bud #AFB488

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.66%

 BLUE value IS 136 (53.52% from 255) = 27.7%

R = 35.64%
G = 36.66%
B = 27.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#AFB488 (or 0xAFB488) is known color: Bud. HEX triplet: AF, B4 and 88. RGB value is (175,180,136). Sum of RGB (Red+Green+Blue) = 175+180+136=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 180 (70.70% from 255 or 36.66% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB488 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB488 is #504B77. Grayscale: #ADADAD. Windows color (decimal): -5262200 or 8959151. OLE color: 8959151.

HSL color Cylindrical-coordinate representation of color #AFB488: hue angle of 66.82º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB488 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 180 136 -
CMYK 0.03 0 0.24 0.29
HSL 66.82º 0.23% 0.62% -
HSV(B) 66.82º 0.24% 0.71% -
XYZ 38.44 43.53 29.67 -
YUV 173.49 106.84 129.08 -
System Red Green Blue C M Y K H S L
Decimal 175 180 136 0.03 0 0.24 0.29 66.82 0.23 0.62
Hex AF B4 88 3 0 18 1D 43 17 3E
Octal 257 264 210 3 0 30 35 103 27 76
Binary 10101111 10110100 10001000 11 0 11000 11101 1000011 10111 111110

Color Harmonies of #AFB488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB488

Black with #AFB488

Text Example


Text Example

White with #AFB488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB488; }

 p { color: rgb(175,180,136); }

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

background-color css

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

 a { background-color: rgb(175,180,136); }

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

border-color css

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

 span { border-color: rgb(175,180,136); }

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