Html Css Color HEX #AFBD92 Caper

📋 copy color: '#AFBD92'

red 175 ◦ green 189 ◦ blue 146

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

Shades of Caper #AFBD92

Tints of Caper #AFBD92

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.06%

 BLUE value IS 146 (57.42% from 255) = 28.63%

R = 34.31%
G = 37.06%
B = 28.63%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#AFBD92 (or 0xAFBD92) is known color: Caper. HEX triplet: AF, BD and 92. RGB value is (175,189,146). Sum of RGB (Red+Green+Blue) = 175+189+146=510 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.31% from 510); Green value is 189 (74.22% from 255 or 37.06% from 510); Blue value is 146 (57.42% from 255 or 28.63% from 510); Max value from RGB is 189 - color contains mainly: green. Hex color #AFBD92 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBD92 is #50426D. Grayscale: #B4B4B4. Windows color (decimal): -5259886 or 9616815. OLE color: 9616815.

HSL color Cylindrical-coordinate representation of color #AFBD92: hue angle of 79.53º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFBD92 is Cyan = 0.07, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 175 189 146 -
CMYK 0.07 0 0.23 0.26
HSL 79.53º 0.25% 0.66% -
HSV(B) 79.53º 0.23% 0.74% -
XYZ 41.07 47.58 34.21 -
YUV 179.91 108.86 124.5 -
System Red Green Blue C M Y K H S L
Decimal 175 189 146 0.07 0 0.23 0.26 79.53 0.25 0.66
Hex AF BD 92 7 0 17 1A 50 19 42
Octal 257 275 222 7 0 27 32 120 31 102
Binary 10101111 10111101 10010010 111 0 10111 11010 1010000 11001 1000010

Color Harmonies of #AFBD92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBD92

Black with #AFBD92

Text Example


Text Example

White with #AFBD92

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBD92; }

 p { color: rgb(175,189,146); }

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

background-color css

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

 a { background-color: rgb(175,189,146); }

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

border-color css

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

 span { border-color: rgb(175,189,146); }

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