Html Css Color HEX #ACB77A Caper

📋 copy color: '#ACB77A'

red 172 ◦ green 183 ◦ blue 122

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

Shades of Caper #ACB77A

Tints of Caper #ACB77A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.58%

R = 36.06%
G = 38.36%
B = 25.58%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#ACB77A (or 0xACB77A) is known color: Caper. HEX triplet: AC, B7 and 7A. RGB value is (172,183,122). Sum of RGB (Red+Green+Blue) = 172+183+122=477 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.06% from 477); Green value is 183 (71.88% from 255 or 38.36% from 477); Blue value is 122 (48.05% from 255 or 25.58% from 477); Max value from RGB is 183 - color contains mainly: green. Hex color #ACB77A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB77A is #534885. Grayscale: #ACACAC. Windows color (decimal): -5458054 or 8042412. OLE color: 8042412.

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

Color convert

RGB 172 183 122 -
CMYK 0.06 0 0.33 0.28
HSL 70.82º 0.3% 0.6% -
HSV(B) 70.82º 0.33% 0.72% -
XYZ 37.46 44.04 24.94 -
YUV 172.76 99.36 127.46 -
System Red Green Blue C M Y K H S L
Decimal 172 183 122 0.06 0 0.33 0.28 70.82 0.3 0.6
Hex AC B7 7A 6 0 21 1C 47 1E 3C
Octal 254 267 172 6 0 41 34 107 36 74
Binary 10101100 10110111 1111010 110 0 100001 11100 1000111 11110 111100

Color Harmonies of #ACB77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB77A

Black with #ACB77A

Text Example


Text Example

White with #ACB77A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB77A; }

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

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

background-color css

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

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

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

border-color css

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

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

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