Html Css Color HEX #ACBA73 Caper

📋 copy color: '#ACBA73'

red 172 ◦ green 186 ◦ blue 115

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

Shades of Caper #ACBA73

Tints of Caper #ACBA73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.31%

R = 36.36%
G = 39.32%
B = 24.31%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#ACBA73 (or 0xACBA73) is known color: Caper. HEX triplet: AC, BA and 73. RGB value is (172,186,115). Sum of RGB (Red+Green+Blue) = 172+186+115=473 (62% of max value = 765). Red value is 172 (67.58% from 255 or 36.36% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 115 (45.31% from 255 or 24.31% from 473); Max value from RGB is 186 - color contains mainly: green. Hex color #ACBA73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACBA73 is #53458C. Grayscale: #ADADAD. Windows color (decimal): -5457293 or 7584428. OLE color: 7584428.

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

Color convert

RGB 172 186 115 -
CMYK 0.08 0 0.38 0.27
HSL 71.83º 0.34% 0.59% -
HSV(B) 71.83º 0.38% 0.73% -
XYZ 37.67 45.13 22.94 -
YUV 173.72 94.86 126.77 -
System Red Green Blue C M Y K H S L
Decimal 172 186 115 0.08 0 0.38 0.27 71.83 0.34 0.59
Hex AC BA 73 8 0 26 1B 48 22 3B
Octal 254 272 163 10 0 46 33 110 42 73
Binary 10101100 10111010 1110011 1000 0 100110 11011 1001000 100010 111011

Color Harmonies of #ACBA73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACBA73

Black with #ACBA73

Text Example


Text Example

White with #ACBA73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACBA73; }

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

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

background-color css

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

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

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

border-color css

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

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

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