Html Css Color HEX #AFB882 Caper

📋 copy color: '#AFB882'

red 175 ◦ green 184 ◦ blue 130

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

Shades of Caper #AFB882

Tints of Caper #AFB882

RGB

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

 GREEN value IS 184 (72.27% from 255) = 37.63%

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 35.79%
G = 37.63%
B = 26.58%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#AFB882 (or 0xAFB882) is known color: Caper. HEX triplet: AF, B8 and 82. RGB value is (175,184,130). Sum of RGB (Red+Green+Blue) = 175+184+130=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 184 (72.27% from 255 or 37.63% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 184 - color contains mainly: green. Hex color #AFB882 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFB882 is #50477D. Grayscale: #AFAFAF. Windows color (decimal): -5261182 or 8566959. OLE color: 8566959.

HSL color Cylindrical-coordinate representation of color #AFB882: hue angle of 70º degrees, saturation: 0.28, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFB882 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 175 184 130 -
CMYK 0.05 0 0.29 0.28
HSL 70º 0.28% 0.62% -
HSV(B) 70º 0.29% 0.72% -
XYZ 38.85 45.01 27.76 -
YUV 175.15 102.52 127.89 -
System Red Green Blue C M Y K H S L
Decimal 175 184 130 0.05 0 0.29 0.28 70 0.28 0.62
Hex AF B8 82 5 0 1D 1C 46 1C 3E
Octal 257 270 202 5 0 35 34 106 34 76
Binary 10101111 10111000 10000010 101 0 11101 11100 1000110 11100 111110

Color Harmonies of #AFB882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFB882

Black with #AFB882

Text Example


Text Example

White with #AFB882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFB882; }

 p { color: rgb(175,184,130); }

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

background-color css

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

 a { background-color: rgb(175,184,130); }

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

border-color css

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

 span { border-color: rgb(175,184,130); }

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