Html Css Color HEX #ACB77F Caper

📋 copy color: '#ACB77F'

red 172 ◦ green 183 ◦ blue 127

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

Shades of Caper #ACB77F

Tints of Caper #ACB77F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 37.97%

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

R = 35.68%
G = 37.97%
B = 26.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#ACB77F (or 0xACB77F) is known color: Caper. HEX triplet: AC, B7 and 7F. RGB value is (172,183,127). Sum of RGB (Red+Green+Blue) = 172+183+127=482 (63% of max value = 765). Red value is 172 (67.58% from 255 or 35.68% from 482); Green value is 183 (71.88% from 255 or 37.97% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB77F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB77F is #534880. Grayscale: #ADADAD. Windows color (decimal): -5458049 or 8370092. OLE color: 8370092.

HSL color Cylindrical-coordinate representation of color #ACB77F: hue angle of 71.79º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACB77F is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 172 183 127 -
CMYK 0.06 0 0.31 0.28
HSL 71.79º 0.28% 0.61% -
HSV(B) 71.79º 0.31% 0.72% -
XYZ 37.78 44.17 26.61 -
YUV 173.33 101.86 127.05 -
System Red Green Blue C M Y K H S L
Decimal 172 183 127 0.06 0 0.31 0.28 71.79 0.28 0.61
Hex AC B7 7F 6 0 1F 1C 48 1C 3D
Octal 254 267 177 6 0 37 34 110 34 75
Binary 10101100 10110111 1111111 110 0 11111 11100 1001000 11100 111101

Color Harmonies of #ACB77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB77F

Black with #ACB77F

Text Example


Text Example

White with #ACB77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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