Html Css Color HEX #AFB67F Caper

📋 copy color: '#AFB67F'

red 175 ◦ green 182 ◦ blue 127

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

Shades of Caper #AFB67F

Tints of Caper #AFB67F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.6%

 BLUE value IS 127 (50% from 255) = 26.24%

R = 36.16%
G = 37.6%
B = 26.24%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.30

 K value IS 0.29

RGB Variations

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

Color information

#AFB67F (or 0xAFB67F) is known color: Caper. HEX triplet: AF, B6 and 7F. RGB value is (175,182,127). Sum of RGB (Red+Green+Blue) = 175+182+127=484 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.16% from 484); Green value is 182 (71.48% from 255 or 37.60% from 484); Blue value is 127 (50% from 255 or 26.24% from 484); Max value from RGB is 182 - color contains mainly: green. Hex color #AFB67F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB67F is #504980. Grayscale: #ADADAD. Windows color (decimal): -5261697 or 8369839. OLE color: 8369839.

HSL color Cylindrical-coordinate representation of color #AFB67F: hue angle of 67.64º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFB67F is Cyan = 0.04, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.29.

Color convert

RGB 175 182 127 -
CMYK 0.04 0 0.30 0.29
HSL 67.64º 0.27% 0.61% -
HSV(B) 67.64º 0.3% 0.71% -
XYZ 38.24 44.1 26.58 -
YUV 173.64 101.68 128.97 -
System Red Green Blue C M Y K H S L
Decimal 175 182 127 0.04 0 0.30 0.29 67.64 0.27 0.61
Hex AF B6 7F 4 0 1E 1D 44 1B 3D
Octal 257 266 177 4 0 36 35 104 33 75
Binary 10101111 10110110 1111111 100 0 11110 11101 1000100 11011 111101

Color Harmonies of #AFB67F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB67F

Black with #AFB67F

Text Example


Text Example

White with #AFB67F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB67F; }

 p { color: rgb(175,182,127); }

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

background-color css

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

 a { background-color: rgb(175,182,127); }

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

border-color css

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

 span { border-color: rgb(175,182,127); }

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