Html Css Color HEX #AFB97B Caper

📋 copy color: '#AFB97B'

red 175 ◦ green 185 ◦ blue 123

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

Shades of Caper #AFB97B

Tints of Caper #AFB97B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.47%

R = 36.23%
G = 38.3%
B = 25.47%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#AFB97B (or 0xAFB97B) is known color: Caper. HEX triplet: AF, B9 and 7B. RGB value is (175,185,123). Sum of RGB (Red+Green+Blue) = 175+185+123=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 185 (72.66% from 255 or 38.30% from 483); Blue value is 123 (48.44% from 255 or 25.47% from 483); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB97B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB97B is #504684. Grayscale: #AFAFAF. Windows color (decimal): -5260933 or 8108463. OLE color: 8108463.

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

Color convert

RGB 175 185 123 -
CMYK 0.05 0 0.34 0.27
HSL 69.68º 0.31% 0.6% -
HSV(B) 69.68º 0.34% 0.73% -
XYZ 38.6 45.24 25.44 -
YUV 174.94 98.69 128.04 -
System Red Green Blue C M Y K H S L
Decimal 175 185 123 0.05 0 0.34 0.27 69.68 0.31 0.6
Hex AF B9 7B 5 0 22 1B 46 1F 3C
Octal 257 271 173 5 0 42 33 106 37 74
Binary 10101111 10111001 1111011 101 0 100010 11011 1000110 11111 111100

Color Harmonies of #AFB97B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB97B

Black with #AFB97B

Text Example


Text Example

White with #AFB97B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB97B; }

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

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

background-color css

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

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

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

border-color css

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

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

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