Html Css Color HEX #ACBA7C Caper

📋 copy color: '#ACBA7C'

red 172 ◦ green 186 ◦ blue 124

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

Shades of Caper #ACBA7C

Tints of Caper #ACBA7C

RGB

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

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

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

R = 35.68%
G = 38.59%
B = 25.73%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#ACBA7C (or 0xACBA7C) is known color: Caper. HEX triplet: AC, BA and 7C. RGB value is (172,186,124). Sum of RGB (Red+Green+Blue) = 172+186+124=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 186 (73.05% from 255 or 38.59% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA7C is #534583. Grayscale: #AEAEAE. Windows color (decimal): -5457284 or 8174252. OLE color: 8174252.

HSL color Cylindrical-coordinate representation of color #ACBA7C: hue angle of 73.55º 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 #ACBA7C is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 172 186 124 -
CMYK 0.08 0 0.33 0.27
HSL 73.55º 0.31% 0.61% -
HSV(B) 73.55º 0.33% 0.73% -
XYZ 38.21 45.34 25.81 -
YUV 174.75 99.36 126.04 -
System Red Green Blue C M Y K H S L
Decimal 172 186 124 0.08 0 0.33 0.27 73.55 0.31 0.61
Hex AC BA 7C 8 0 21 1B 4A 1F 3D
Octal 254 272 174 10 0 41 33 112 37 75
Binary 10101100 10111010 1111100 1000 0 100001 11011 1001010 11111 111101

Color Harmonies of #ACBA7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA7C

Black with #ACBA7C

Text Example


Text Example

White with #ACBA7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA7C; }

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

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

background-color css

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

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

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

border-color css

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

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

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