Html Css Color HEX #ACBA7F Caper

📋 copy color: '#ACBA7F'

red 172 ◦ green 186 ◦ blue 127

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

Shades of Caper #ACBA7F

Tints of Caper #ACBA7F

RGB

 RED value IS 172 (67.58% from 255) = 35.46%

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

 BLUE value IS 127 (50% from 255) = 26.19%

R = 35.46%
G = 38.35%
B = 26.19%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#ACBA7F (or 0xACBA7F) is known color: Caper. HEX triplet: AC, BA and 7F. RGB value is (172,186,127). Sum of RGB (Red+Green+Blue) = 172+186+127=485 (64% of max value = 765). Red value is 172 (67.58% from 255 or 35.46% from 485); Green value is 186 (73.05% from 255 or 38.35% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA7F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA7F is #534580. Grayscale: #AFAFAF. Windows color (decimal): -5457281 or 8370860. OLE color: 8370860.

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

Color convert

RGB 172 186 127 -
CMYK 0.08 0 0.32 0.27
HSL 74.24º 0.3% 0.61% -
HSV(B) 74.24º 0.32% 0.73% -
XYZ 38.4 45.42 26.82 -
YUV 175.09 100.86 125.8 -
System Red Green Blue C M Y K H S L
Decimal 172 186 127 0.08 0 0.32 0.27 74.24 0.3 0.61
Hex AC BA 7F 8 0 20 1B 4A 1E 3D
Octal 254 272 177 10 0 40 33 112 36 75
Binary 10101100 10111010 1111111 1000 0 100000 11011 1001010 11110 111101

Color Harmonies of #ACBA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA7F

Black with #ACBA7F

Text Example


Text Example

White with #ACBA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA7F; }

 p { color: rgb(172,186,127); }

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

background-color css

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

 a { background-color: rgb(172,186,127); }

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

border-color css

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

 span { border-color: rgb(172,186,127); }

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