Html Css Color HEX #AFB286 Bud

📋 copy color: '#AFB286'

red 175 ◦ green 178 ◦ blue 134

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

Shades of Bud #AFB286

Tints of Bud #AFB286

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.55%

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 35.93%
G = 36.55%
B = 27.52%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.30

RGB Variations

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

Color information

#AFB286 (or 0xAFB286) is known color: Bud. HEX triplet: AF, B2 and 86. RGB value is (175,178,134). Sum of RGB (Red+Green+Blue) = 175+178+134=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 178 (69.92% from 255 or 36.55% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB286 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB286 is #504D79. Grayscale: #ACACAC. Windows color (decimal): -5262714 or 8827567. OLE color: 8827567.

HSL color Cylindrical-coordinate representation of color #AFB286: hue angle of 64.09º degrees, saturation: 0.22, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFB286 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.30.

Color convert

RGB 175 178 134 -
CMYK 0.02 0 0.25 0.30
HSL 64.09º 0.22% 0.61% -
HSV(B) 64.09º 0.25% 0.7% -
XYZ 37.9 42.68 28.79 -
YUV 172.09 106.51 130.08 -
System Red Green Blue C M Y K H S L
Decimal 175 178 134 0.02 0 0.25 0.30 64.09 0.22 0.61
Hex AF B2 86 2 0 19 1E 40 16 3D
Octal 257 262 206 2 0 31 36 100 26 75
Binary 10101111 10110010 10000110 10 0 11001 11110 1000000 10110 111101

Color Harmonies of #AFB286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB286

Black with #AFB286

Text Example


Text Example

White with #AFB286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB286; }

 p { color: rgb(175,178,134); }

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

background-color css

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

 a { background-color: rgb(175,178,134); }

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

border-color css

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

 span { border-color: rgb(175,178,134); }

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