Html Css Color HEX #AFB092 Bud

📋 copy color: '#AFB092'

red 175 ◦ green 176 ◦ blue 146

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

Shades of Bud #AFB092

Tints of Bud #AFB092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.38%

R = 35.21%
G = 35.41%
B = 29.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.17

 K value IS 0.31

RGB Variations

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

Color information

#AFB092 (or 0xAFB092) is known color: Bud. HEX triplet: AF, B0 and 92. RGB value is (175,176,146). Sum of RGB (Red+Green+Blue) = 175+176+146=497 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.21% from 497); Green value is 176 (69.14% from 255 or 35.41% from 497); Blue value is 146 (57.42% from 255 or 29.38% from 497); Max value from RGB is 176 - color contains mainly: green. Hex color #AFB092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB092 is #504F6D. Grayscale: #ACACAC. Windows color (decimal): -5263214 or 9613487. OLE color: 9613487.

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

Color convert

RGB 175 176 146 -
CMYK 0.01 0 0.17 0.31
HSL 62º 0.16% 0.63% -
HSV(B) 62º 0.17% 0.69% -
XYZ 38.39 42.24 33.32 -
YUV 172.28 113.17 129.94 -
System Red Green Blue C M Y K H S L
Decimal 175 176 146 0.01 0 0.17 0.31 62 0.16 0.63
Hex AF B0 92 1 0 11 1F 3E 10 3F
Octal 257 260 222 1 0 21 37 76 20 77
Binary 10101111 10110000 10010010 1 0 10001 11111 111110 10000 111111

Color Harmonies of #AFB092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB092

Black with #AFB092

Text Example


Text Example

White with #AFB092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB092; }

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

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

background-color css

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

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

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

border-color css

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

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

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