Html Css Color HEX #AFB974 Caper

📋 copy color: '#AFB974'

red 175 ◦ green 185 ◦ blue 116

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

Shades of Caper #AFB974

Tints of Caper #AFB974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 24.37%

R = 36.76%
G = 38.87%
B = 24.37%

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

#AFB974 (or 0xAFB974) is known color: Caper. HEX triplet: AF, B9 and 74. RGB value is (175,185,116). Sum of RGB (Red+Green+Blue) = 175+185+116=476 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.76% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 116 (45.70% from 255 or 24.37% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #AFB974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFB974 is #50468B. Grayscale: #AEAEAE. Windows color (decimal): -5260940 or 7649711. OLE color: 7649711.

HSL color Cylindrical-coordinate representation of color #AFB974: hue angle of 68.7º 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 #AFB974 is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 185 116 -
CMYK 0.05 0 0.37 0.27
HSL 68.7º 0.33% 0.59% -
HSV(B) 68.7º 0.37% 0.73% -
XYZ 38.18 45.07 23.21 -
YUV 174.14 95.19 128.61 -
System Red Green Blue C M Y K H S L
Decimal 175 185 116 0.05 0 0.37 0.27 68.7 0.33 0.59
Hex AF B9 74 5 0 25 1B 45 21 3B
Octal 257 271 164 5 0 45 33 105 41 73
Binary 10101111 10111001 1110100 101 0 100101 11011 1000101 100001 111011

Color Harmonies of #AFB974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB974

Black with #AFB974

Text Example


Text Example

White with #AFB974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB974; }

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

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

background-color css

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

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

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

border-color css

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

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

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