Html Css Color HEX #AFB975 Caper

📋 copy color: '#AFB975'

red 175 ◦ green 185 ◦ blue 117

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

Shades of Caper #AFB975

Tints of Caper #AFB975

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.53%

R = 36.69%
G = 38.78%
B = 24.53%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#AFB975 (or 0xAFB975) is known color: Caper. HEX triplet: AF, B9 and 75. RGB value is (175,185,117). Sum of RGB (Red+Green+Blue) = 175+185+117=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 185 (72.66% from 255 or 38.78% from 477); Blue value is 117 (46.09% from 255 or 24.53% from 477); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB975 is #50468A. Grayscale: #AEAEAE. Windows color (decimal): -5260939 or 7715247. OLE color: 7715247.

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

Color convert

RGB 175 185 117 -
CMYK 0.05 0 0.37 0.27
HSL 68.82º 0.33% 0.59% -
HSV(B) 68.82º 0.37% 0.73% -
XYZ 38.24 45.1 23.52 -
YUV 174.26 95.69 128.53 -
System Red Green Blue C M Y K H S L
Decimal 175 185 117 0.05 0 0.37 0.27 68.82 0.33 0.59
Hex AF B9 75 5 0 25 1B 45 21 3B
Octal 257 271 165 5 0 45 33 105 41 73
Binary 10101111 10111001 1110101 101 0 100101 11011 1000101 100001 111011

Color Harmonies of #AFB975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB975

Black with #AFB975

Text Example


Text Example

White with #AFB975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB975; }

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

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

background-color css

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

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

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

border-color css

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

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

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