Html Css Color HEX #ACBA7B Caper

📋 copy color: '#ACBA7B'

red 172 ◦ green 186 ◦ blue 123

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

Shades of Caper #ACBA7B

Tints of Caper #ACBA7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 25.57%

R = 35.76%
G = 38.67%
B = 25.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#ACBA7B (or 0xACBA7B) is known color: Caper. HEX triplet: AC, BA and 7B. RGB value is (172,186,123). Sum of RGB (Red+Green+Blue) = 172+186+123=481 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.76% from 481); Green value is 186 (73.05% from 255 or 38.67% from 481); Blue value is 123 (48.44% from 255 or 25.57% from 481); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA7B is #534584. Grayscale: #AEAEAE. Windows color (decimal): -5457285 or 8108716. OLE color: 8108716.

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

Color convert

RGB 172 186 123 -
CMYK 0.08 0 0.34 0.27
HSL 73.33º 0.31% 0.61% -
HSV(B) 73.33º 0.34% 0.73% -
XYZ 38.15 45.32 25.48 -
YUV 174.63 98.86 126.12 -
System Red Green Blue C M Y K H S L
Decimal 172 186 123 0.08 0 0.34 0.27 73.33 0.31 0.61
Hex AC BA 7B 8 0 22 1B 49 1F 3D
Octal 254 272 173 10 0 42 33 111 37 75
Binary 10101100 10111010 1111011 1000 0 100010 11011 1001001 11111 111101

Color Harmonies of #ACBA7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA7B

Black with #ACBA7B

Text Example


Text Example

White with #ACBA7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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