Html Css Color HEX #AFBA7C Caper

📋 copy color: '#AFBA7C'

red 175 ◦ green 186 ◦ blue 124

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

Shades of Caper #AFBA7C

Tints of Caper #AFBA7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.57%

R = 36.08%
G = 38.35%
B = 25.57%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#AFBA7C (or 0xAFBA7C) is known color: Caper. HEX triplet: AF, BA and 7C. RGB value is (175,186,124). Sum of RGB (Red+Green+Blue) = 175+186+124=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 124 (48.83% from 255 or 25.57% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #AFBA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFBA7C is #504583. Grayscale: #AFAFAF. Windows color (decimal): -5260676 or 8174255. OLE color: 8174255.

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

Color convert

RGB 175 186 124 -
CMYK 0.06 0 0.33 0.27
HSL 70.65º 0.31% 0.61% -
HSV(B) 70.65º 0.33% 0.73% -
XYZ 38.88 45.69 25.84 -
YUV 175.64 98.86 127.54 -
System Red Green Blue C M Y K H S L
Decimal 175 186 124 0.06 0 0.33 0.27 70.65 0.31 0.61
Hex AF BA 7C 6 0 21 1B 47 1F 3D
Octal 257 272 174 6 0 41 33 107 37 75
Binary 10101111 10111010 1111100 110 0 100001 11011 1000111 11111 111101

Color Harmonies of #AFBA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBA7C

Black with #AFBA7C

Text Example


Text Example

White with #AFBA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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