Html Css Color HEX #ACB67A Caper

📋 copy color: '#ACB67A'

red 172 ◦ green 182 ◦ blue 122

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

Shades of Caper #ACB67A

Tints of Caper #ACB67A

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.24%

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

R = 36.13%
G = 38.24%
B = 25.63%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.33

 K value IS 0.29

RGB Variations

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

Color information

#ACB67A (or 0xACB67A) is known color: Caper. HEX triplet: AC, B6 and 7A. RGB value is (172,182,122). Sum of RGB (Red+Green+Blue) = 172+182+122=476 (63% of max value = 765). Red value is 172 (67.58% from 255 or 36.13% from 476); Green value is 182 (71.48% from 255 or 38.24% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 182 - color contains mainly: green. Hex color #ACB67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #ACB67A is #534985. Grayscale: #ACACAC. Windows color (decimal): -5458310 or 8042156. OLE color: 8042156.

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

Color convert

RGB 172 182 122 -
CMYK 0.05 0 0.33 0.29
HSL 70º 0.29% 0.6% -
HSV(B) 70º 0.33% 0.71% -
XYZ 37.25 43.63 24.87 -
YUV 172.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 172 182 122 0.05 0 0.33 0.29 70 0.29 0.6
Hex AC B6 7A 5 0 21 1D 46 1D 3C
Octal 254 266 172 5 0 41 35 106 35 74
Binary 10101100 10110110 1111010 101 0 100001 11101 1000110 11101 111100

Color Harmonies of #ACB67A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ACB67A

Black with #ACB67A

Text Example


Text Example

White with #ACB67A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ACB67A; }

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

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

background-color css

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

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

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

border-color css

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

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

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