Html Css Color HEX #AFB487 Bud

📋 copy color: '#AFB487'

red 175 ◦ green 180 ◦ blue 135

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

Shades of Bud #AFB487

Tints of Bud #AFB487

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 27.55%

R = 35.71%
G = 36.73%
B = 27.55%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#AFB487 (or 0xAFB487) is known color: Bud. HEX triplet: AF, B4 and 87. RGB value is (175,180,135). Sum of RGB (Red+Green+Blue) = 175+180+135=490 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.71% from 490); Green value is 180 (70.70% from 255 or 36.73% from 490); Blue value is 135 (53.12% from 255 or 27.55% from 490); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB487 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB487 is #504B78. Grayscale: #ADADAD. Windows color (decimal): -5262201 or 8893615. OLE color: 8893615.

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

Color convert

RGB 175 180 135 -
CMYK 0.03 0 0.25 0.29
HSL 66.67º 0.23% 0.62% -
HSV(B) 66.67º 0.25% 0.71% -
XYZ 38.37 43.51 29.3 -
YUV 173.38 106.34 129.16 -
System Red Green Blue C M Y K H S L
Decimal 175 180 135 0.03 0 0.25 0.29 66.67 0.23 0.62
Hex AF B4 87 3 0 19 1D 43 17 3E
Octal 257 264 207 3 0 31 35 103 27 76
Binary 10101111 10110100 10000111 11 0 11001 11101 1000011 10111 111110

Color Harmonies of #AFB487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB487

Black with #AFB487

Text Example


Text Example

White with #AFB487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB487; }

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

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

background-color css

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

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

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

border-color css

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

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

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