Html Css Color HEX #AFB089 Bud

📋 copy color: '#AFB089'

red 175 ◦ green 176 ◦ blue 137

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

Shades of Bud #AFB089

Tints of Bud #AFB089

RGB

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

 GREEN value IS 176 (69.14% from 255) = 36.07%

 BLUE value IS 137 (53.91% from 255) = 28.07%

R = 35.86%
G = 36.07%
B = 28.07%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AFB089 (or 0xAFB089) is known color: Bud. HEX triplet: AF, B0 and 89. RGB value is (175,176,137). Sum of RGB (Red+Green+Blue) = 175+176+137=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 137 (53.91% from 255 or 28.07% from 488); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB089 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB089 is #504F76. Grayscale: #ABABAB. Windows color (decimal): -5263223 or 9023663. OLE color: 9023663.

HSL color Cylindrical-coordinate representation of color #AFB089: hue angle of 61.54º degrees, saturation: 0.2, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AFB089 is Cyan = 0.01, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 176 137 -
CMYK 0.01 0 0.22 0.31
HSL 61.54º 0.2% 0.61% -
HSV(B) 61.54º 0.22% 0.69% -
XYZ 37.72 41.97 29.78 -
YUV 171.26 108.67 130.67 -
System Red Green Blue C M Y K H S L
Decimal 175 176 137 0.01 0 0.22 0.31 61.54 0.2 0.61
Hex AF B0 89 1 0 16 1F 3E 14 3D
Octal 257 260 211 1 0 26 37 76 24 75
Binary 10101111 10110000 10001001 1 0 10110 11111 111110 10100 111101

Color Harmonies of #AFB089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB089

Black with #AFB089

Text Example


Text Example

White with #AFB089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB089; }

 p { color: rgb(175,176,137); }

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

background-color css

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

 a { background-color: rgb(175,176,137); }

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

border-color css

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

 span { border-color: rgb(175,176,137); }

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