Html Css Color HEX #AFB976 Caper

📋 copy color: '#AFB976'

red 175 ◦ green 185 ◦ blue 118

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

Shades of Caper #AFB976

Tints of Caper #AFB976

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.7%

 BLUE value IS 118 (46.48% from 255) = 24.69%

R = 36.61%
G = 38.7%
B = 24.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#AFB976 (or 0xAFB976) is known color: Caper. HEX triplet: AF, B9 and 76. RGB value is (175,185,118). Sum of RGB (Red+Green+Blue) = 175+185+118=478 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.61% from 478); Green value is 185 (72.66% from 255 or 38.70% from 478); Blue value is 118 (46.48% from 255 or 24.69% from 478); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB976 is #504689. Grayscale: #AEAEAE. Windows color (decimal): -5260938 or 7780783. OLE color: 7780783.

HSL color Cylindrical-coordinate representation of color #AFB976: hue angle of 68.96º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #AFB976 is Cyan = 0.05, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 118 -
CMYK 0.05 0 0.36 0.27
HSL 68.96º 0.32% 0.59% -
HSV(B) 68.96º 0.36% 0.73% -
XYZ 38.3 45.12 23.83 -
YUV 174.37 96.19 128.45 -
System Red Green Blue C M Y K H S L
Decimal 175 185 118 0.05 0 0.36 0.27 68.96 0.32 0.59
Hex AF B9 76 5 0 24 1B 45 20 3B
Octal 257 271 166 5 0 44 33 105 40 73
Binary 10101111 10111001 1110110 101 0 100100 11011 1000101 100000 111011

Color Harmonies of #AFB976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB976

Black with #AFB976

Text Example


Text Example

White with #AFB976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB976; }

 p { color: rgb(175,185,118); }

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

background-color css

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

 a { background-color: rgb(175,185,118); }

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

border-color css

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

 span { border-color: rgb(175,185,118); }

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