Html Css Color HEX #ACB47E Caper

📋 copy color: '#ACB47E'

red 172 ◦ green 180 ◦ blue 126

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

Shades of Caper #ACB47E

Tints of Caper #ACB47E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 37.66%

 BLUE value IS 126 (49.61% from 255) = 26.36%

R = 35.98%
G = 37.66%
B = 26.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.3

 K value IS 0.29

RGB Variations

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

Color information

#ACB47E (or 0xACB47E) is known color: Caper. HEX triplet: AC, B4 and 7E. RGB value is (172,180,126). Sum of RGB (Red+Green+Blue) = 172+180+126=478 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.98% from 478); Green value is 180 (70.70% from 255 or 37.66% from 478); Blue value is 126 (49.61% from 255 or 26.36% from 478); Max value from RGB is 180 - color contains mainly: green. Hex color #ACB47E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB47E is #534B81. Grayscale: #ABABAB. Windows color (decimal): -5458818 or 8303788. OLE color: 8303788.

HSL color Cylindrical-coordinate representation of color #ACB47E: hue angle of 68.89º degrees, saturation: 0.26, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACB47E is Cyan = 0.04, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.29.

Color convert

RGB 172 180 126 -
CMYK 0.04 0 0.3 0.29
HSL 68.89º 0.26% 0.6% -
HSV(B) 68.89º 0.3% 0.71% -
XYZ 37.1 42.92 26.07 -
YUV 171.45 102.35 128.39 -
System Red Green Blue C M Y K H S L
Decimal 172 180 126 0.04 0 0.3 0.29 68.89 0.26 0.6
Hex AC B4 7E 4 0 1E 1D 45 1A 3C
Octal 254 264 176 4 0 36 35 105 32 74
Binary 10101100 10110100 1111110 100 0 11110 11101 1000101 11010 111100

Color Harmonies of #ACB47E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB47E

Black with #ACB47E

Text Example


Text Example

White with #ACB47E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB47E; }

 p { color: rgb(172,180,126); }

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

background-color css

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

 a { background-color: rgb(172,180,126); }

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

border-color css

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

 span { border-color: rgb(172,180,126); }

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