Html Css Color HEX #AFB292 Bud

📋 copy color: '#AFB292'

red 175 ◦ green 178 ◦ blue 146

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

Shades of Bud #AFB292

Tints of Bud #AFB292

RGB

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

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

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

R = 35.07%
G = 35.67%
B = 29.26%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#AFB292 (or 0xAFB292) is known color: Bud. HEX triplet: AF, B2 and 92. RGB value is (175,178,146). Sum of RGB (Red+Green+Blue) = 175+178+146=499 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35.07% from 499); Green value is 178 (69.92% from 255 or 35.67% from 499); Blue value is 146 (57.42% from 255 or 29.26% from 499); Max value from RGB is 178 - color contains mainly: green. Hex color #AFB292 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AFB292 is #504D6D. Grayscale: #ADADAD. Windows color (decimal): -5262702 or 9613999. OLE color: 9613999.

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

Color convert

RGB 175 178 146 -
CMYK 0.02 0 0.18 0.30
HSL 65.63º 0.17% 0.64% -
HSV(B) 65.63º 0.18% 0.7% -
XYZ 38.79 43.03 33.46 -
YUV 173.46 112.51 129.1 -
System Red Green Blue C M Y K H S L
Decimal 175 178 146 0.02 0 0.18 0.30 65.63 0.17 0.64
Hex AF B2 92 2 0 12 1E 42 11 40
Octal 257 262 222 2 0 22 36 102 21 100
Binary 10101111 10110010 10010010 10 0 10010 11110 1000010 10001 1000000

Color Harmonies of #AFB292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB292

Black with #AFB292

Text Example


Text Example

White with #AFB292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB292; }

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

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

background-color css

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

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

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

border-color css

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

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

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