Html Css Color HEX #AFBA85 Caper

📋 copy color: '#AFBA85'

red 175 ◦ green 186 ◦ blue 133

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

Shades of Caper #AFBA85

Tints of Caper #AFBA85

RGB

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

 GREEN value IS 186 (73.05% from 255) = 37.65%

 BLUE value IS 133 (52.34% from 255) = 26.92%

R = 35.43%
G = 37.65%
B = 26.92%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.28

 K value IS 0.27

RGB Variations

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

Color information

#AFBA85 (or 0xAFBA85) is known color: Caper. HEX triplet: AF, BA and 85. RGB value is (175,186,133). Sum of RGB (Red+Green+Blue) = 175+186+133=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 186 (73.05% from 255 or 37.65% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA85 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA85 is #50457A. Grayscale: #B0B0B0. Windows color (decimal): -5260667 or 8764079. OLE color: 8764079.

HSL color Cylindrical-coordinate representation of color #AFBA85: hue angle of 72.45º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFBA85 is Cyan = 0.06, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.27.

Color convert

RGB 175 186 133 -
CMYK 0.06 0 0.28 0.27
HSL 72.45º 0.28% 0.63% -
HSV(B) 72.45º 0.28% 0.73% -
XYZ 39.47 45.93 28.97 -
YUV 176.67 103.36 126.81 -
System Red Green Blue C M Y K H S L
Decimal 175 186 133 0.06 0 0.28 0.27 72.45 0.28 0.63
Hex AF BA 85 6 0 1C 1B 48 1C 3F
Octal 257 272 205 6 0 34 33 110 34 77
Binary 10101111 10111010 10000101 110 0 11100 11011 1001000 11100 111111

Color Harmonies of #AFBA85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA85

Black with #AFBA85

Text Example


Text Example

White with #AFBA85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA85; }

 p { color: rgb(175,186,133); }

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

background-color css

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

 a { background-color: rgb(175,186,133); }

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

border-color css

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

 span { border-color: rgb(175,186,133); }

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