Html Css Color HEX #AFBA89 Caper

📋 copy color: '#AFBA89'

red 175 ◦ green 186 ◦ blue 137

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

Shades of Caper #AFBA89

Tints of Caper #AFBA89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.51%

R = 35.14%
G = 37.35%
B = 27.51%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.27

RGB Variations

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

Color information

#AFBA89 (or 0xAFBA89) is known color: Caper. HEX triplet: AF, BA and 89. RGB value is (175,186,137). Sum of RGB (Red+Green+Blue) = 175+186+137=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 186 (73.05% from 255 or 37.35% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA89 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFBA89 is #504576. Grayscale: #B1B1B1. Windows color (decimal): -5260663 or 9026223. OLE color: 9026223.

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

Color convert

RGB 175 186 137 -
CMYK 0.06 0 0.26 0.27
HSL 73.47º 0.26% 0.63% -
HSV(B) 73.47º 0.26% 0.73% -
XYZ 39.75 46.04 30.46 -
YUV 177.13 105.36 126.48 -
System Red Green Blue C M Y K H S L
Decimal 175 186 137 0.06 0 0.26 0.27 73.47 0.26 0.63
Hex AF BA 89 6 0 1A 1B 49 1A 3F
Octal 257 272 211 6 0 32 33 111 32 77
Binary 10101111 10111010 10001001 110 0 11010 11011 1001001 11010 111111

Color Harmonies of #AFBA89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA89

Black with #AFBA89

Text Example


Text Example

White with #AFBA89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA89; }

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

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

background-color css

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

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

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

border-color css

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

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

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