Html Css Color HEX #AFB485 Bud

📋 copy color: '#AFB485'

red 175 ◦ green 180 ◦ blue 133

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

Shades of Bud #AFB485

Tints of Bud #AFB485

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 27.25%

R = 35.86%
G = 36.89%
B = 27.25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#AFB485 (or 0xAFB485) is known color: Bud. HEX triplet: AF, B4 and 85. RGB value is (175,180,133). Sum of RGB (Red+Green+Blue) = 175+180+133=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 133 (52.34% from 255 or 27.25% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #AFB485 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB485 is #504B7A. Grayscale: #ADADAD. Windows color (decimal): -5262203 or 8762543. OLE color: 8762543.

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

Color convert

RGB 175 180 133 -
CMYK 0.03 0 0.26 0.29
HSL 66.38º 0.24% 0.61% -
HSV(B) 66.38º 0.26% 0.71% -
XYZ 38.23 43.45 28.56 -
YUV 173.15 105.34 129.32 -
System Red Green Blue C M Y K H S L
Decimal 175 180 133 0.03 0 0.26 0.29 66.38 0.24 0.61
Hex AF B4 85 3 0 1A 1D 42 18 3D
Octal 257 264 205 3 0 32 35 102 30 75
Binary 10101111 10110100 10000101 11 0 11010 11101 1000010 11000 111101

Color Harmonies of #AFB485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB485

Black with #AFB485

Text Example


Text Example

White with #AFB485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB485; }

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

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

background-color css

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

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

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

border-color css

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

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

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